﻿2026-06-06T06:01:09.7001163Z Current runner version: '2.334.0'
2026-06-06T06:01:09.7084073Z Runner name: 'gravity'
2026-06-06T06:01:09.7086012Z Runner group name: 'Default'
2026-06-06T06:01:09.7087222Z Machine name: 'gravity-linux'
2026-06-06T06:01:09.7091685Z ##[group]GITHUB_TOKEN Permissions
2026-06-06T06:01:09.7095915Z Contents: read
2026-06-06T06:01:09.7096605Z Metadata: read
2026-06-06T06:01:09.7097247Z Packages: read
2026-06-06T06:01:09.7097881Z ##[endgroup]
2026-06-06T06:01:09.7101355Z Secret source: Actions
2026-06-06T06:01:09.7102245Z Prepare workflow directory
2026-06-06T06:01:09.7736203Z Prepare all required actions
2026-06-06T06:01:09.7796102Z Getting action download info
2026-06-06T06:01:13.9383528Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-06T06:01:14.8150596Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-06T06:01:14.9744261Z ##[group]Run actions/checkout@v5
2026-06-06T06:01:14.9746322Z with:
2026-06-06T06:01:14.9747376Z   repository: SaberMage/spt-core
2026-06-06T06:01:14.9762519Z   token: ***
2026-06-06T06:01:14.9763567Z   ssh-strict: true
2026-06-06T06:01:14.9764633Z   ssh-user: git
2026-06-06T06:01:14.9765702Z   persist-credentials: true
2026-06-06T06:01:14.9766914Z   clean: true
2026-06-06T06:01:14.9767986Z   sparse-checkout-cone-mode: true
2026-06-06T06:01:14.9769346Z   fetch-depth: 1
2026-06-06T06:01:14.9770428Z   fetch-tags: false
2026-06-06T06:01:14.9771526Z   show-progress: true
2026-06-06T06:01:14.9772646Z   lfs: false
2026-06-06T06:01:14.9773680Z   submodules: false
2026-06-06T06:01:14.9774795Z   set-safe-directory: true
2026-06-06T06:01:14.9776513Z ##[endgroup]
2026-06-06T06:01:15.1343320Z Syncing repository: SaberMage/spt-core
2026-06-06T06:01:15.1347823Z ##[group]Getting Git version info
2026-06-06T06:01:15.1350328Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:01:15.1353585Z [command]/usr/bin/git version
2026-06-06T06:01:15.1355457Z git version 2.34.1
2026-06-06T06:01:15.1360763Z ##[endgroup]
2026-06-06T06:01:15.1371138Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e9cc8aee-9b31-48bb-a05b-46e84bb1c55a/.gitconfig'
2026-06-06T06:01:15.1381636Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e9cc8aee-9b31-48bb-a05b-46e84bb1c55a' before making global git config changes
2026-06-06T06:01:15.1385936Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:01:15.1389501Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:01:15.1449990Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:01:15.1483950Z https://github.com/SaberMage/spt-core
2026-06-06T06:01:15.1502613Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:01:15.1508978Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:01:15.1539276Z refs/heads/dev-freeform
2026-06-06T06:01:15.1552710Z [command]/usr/bin/git checkout --detach
2026-06-06T06:01:15.1671294Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:01:15.1786112Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:01:15.1788044Z Deleted branch dev-freeform (was c152807).
2026-06-06T06:01:15.1823170Z ##[endgroup]
2026-06-06T06:01:15.1826297Z [command]/usr/bin/git submodule status
2026-06-06T06:01:15.2066011Z ##[group]Cleaning the repository
2026-06-06T06:01:15.2069955Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:01:15.2110307Z Removing traceable-reqs
2026-06-06T06:01:15.2122690Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:01:15.2189141Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:01:15.2200403Z ##[endgroup]
2026-06-06T06:01:15.2203637Z ##[group]Disabling automatic garbage collection
2026-06-06T06:01:15.2207725Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:01:15.2245637Z ##[endgroup]
2026-06-06T06:01:15.2247364Z ##[group]Setting up auth
2026-06-06T06:01:15.2256479Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:01:15.2298161Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:01:15.2539433Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:01:15.2581860Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:01:15.2822024Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:01:15.2863748Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:01:15.3111320Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:01:15.3336379Z ##[endgroup]
2026-06-06T06:01:15.3338810Z ##[group]Fetching the repository
2026-06-06T06:01:15.3350369Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:01:15.8921529Z ##[endgroup]
2026-06-06T06:01:15.8922438Z ##[group]Determining the checkout info
2026-06-06T06:01:15.8930344Z ##[endgroup]
2026-06-06T06:01:15.8931067Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:01:15.8984064Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:01:15.9019459Z ##[group]Checking out the ref
2026-06-06T06:01:15.9025033Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:01:15.9086671Z Switched to a new branch 'dev-freeform'
2026-06-06T06:01:15.9088863Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:01:15.9094334Z ##[endgroup]
2026-06-06T06:01:15.9141925Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:01:15.9176436Z c152807598acd6121475800715101621e9dd9550
2026-06-06T06:01:15.9474679Z ##[group]Run cargo build --workspace --all-targets
2026-06-06T06:01:15.9475560Z [36;1mcargo build --workspace --all-targets[0m
2026-06-06T06:01:15.9503324Z shell: /usr/bin/bash -e {0}
2026-06-06T06:01:15.9503902Z ##[endgroup]
2026-06-06T06:01:16.0361576Z     Updating crates.io index
2026-06-06T06:01:16.5709942Z  Downloading crates ...
2026-06-06T06:01:17.0111288Z   Downloaded qrcode v0.14.1
2026-06-06T06:01:17.3441694Z    Compiling proc-macro2 v1.0.106
2026-06-06T06:01:17.3442461Z    Compiling quote v1.0.45
2026-06-06T06:01:17.3443961Z    Compiling unicode-ident v1.0.24
2026-06-06T06:01:17.3444605Z    Compiling libc v0.2.186
2026-06-06T06:01:17.4491006Z    Compiling serde_core v1.0.228
2026-06-06T06:01:17.5736296Z    Compiling serde v1.0.228
2026-06-06T06:01:17.9611235Z    Compiling cfg-if v1.0.4
2026-06-06T06:01:18.0293732Z    Compiling typenum v1.20.1
2026-06-06T06:01:19.1521299Z    Compiling syn v2.0.117
2026-06-06T06:01:19.5551026Z    Compiling portable-atomic v1.13.1
2026-06-06T06:01:20.0551066Z    Compiling version_check v0.9.5
2026-06-06T06:01:20.1550957Z    Compiling memchr v2.8.1
2026-06-06T06:01:20.4471269Z    Compiling critical-section v1.2.0
2026-06-06T06:01:20.5213061Z    Compiling subtle v2.6.1
2026-06-06T06:01:20.7087115Z    Compiling generic-array v0.14.7
2026-06-06T06:01:20.8456931Z    Compiling semver v1.0.28
2026-06-06T06:01:21.2081037Z    Compiling rustc_version v0.4.1
2026-06-06T06:01:21.5726456Z    Compiling smallvec v1.15.1
2026-06-06T06:01:21.8140888Z    Compiling find-msvc-tools v0.1.9
2026-06-06T06:01:21.8340919Z    Compiling shlex v2.0.1
2026-06-06T06:01:22.0316151Z    Compiling cc v1.2.63
2026-06-06T06:01:22.1111142Z    Compiling itoa v1.0.18
2026-06-06T06:01:22.2880934Z    Compiling equivalent v1.0.2
2026-06-06T06:01:22.3285229Z    Compiling crypto-common v0.1.7
2026-06-06T06:01:22.3423996Z    Compiling pin-project-lite v0.2.17
2026-06-06T06:01:22.4005640Z    Compiling getrandom v0.2.17
2026-06-06T06:01:22.4282977Z    Compiling cpufeatures v0.2.17
2026-06-06T06:01:22.4751040Z    Compiling hashbrown v0.17.1
2026-06-06T06:01:22.6220712Z    Compiling log v0.4.32
2026-06-06T06:01:22.8500948Z    Compiling bitflags v2.12.1
2026-06-06T06:01:23.1135312Z    Compiling futures-core v0.3.32
2026-06-06T06:01:23.2480811Z    Compiling bytes v1.11.1
2026-06-06T06:01:23.4530788Z    Compiling indexmap v2.14.0
2026-06-06T06:01:24.2901217Z    Compiling rand_core v0.10.1
2026-06-06T06:01:24.3100921Z    Compiling socket2 v0.6.4
2026-06-06T06:01:24.4490975Z    Compiling getrandom v0.4.2
2026-06-06T06:01:24.6620387Z    Compiling block-buffer v0.10.4
2026-06-06T06:01:24.6928889Z    Compiling mio v1.2.1
2026-06-06T06:01:24.7830763Z    Compiling stable_deref_trait v1.2.1
2026-06-06T06:01:24.8250472Z    Compiling digest v0.10.7
2026-06-06T06:01:25.0960566Z    Compiling futures-sink v0.3.32
2026-06-06T06:01:25.1720447Z    Compiling slab v0.4.12
2026-06-06T06:01:25.2780671Z    Compiling futures-io v0.3.32
2026-06-06T06:01:25.3692876Z    Compiling futures-channel v0.3.32
2026-06-06T06:01:25.4229125Z    Compiling synstructure v0.13.2
2026-06-06T06:01:25.4403923Z    Compiling futures-task v0.3.32
2026-06-06T06:01:25.6105788Z    Compiling curve25519-dalek v4.1.3
2026-06-06T06:01:25.6770830Z    Compiling zerocopy v0.8.50
2026-06-06T06:01:25.8290402Z    Compiling rand_core v0.6.4
2026-06-06T06:01:26.0090978Z    Compiling ahash v0.8.12
2026-06-06T06:01:26.1640599Z    Compiling sha2 v0.10.9
2026-06-06T06:01:26.2590509Z    Compiling signature v2.2.0
2026-06-06T06:01:26.3580279Z    Compiling zmij v1.0.21
2026-06-06T06:01:26.5561178Z    Compiling vcpkg v0.2.15
2026-06-06T06:01:26.6850736Z    Compiling pkg-config v0.3.33
2026-06-06T06:01:27.4730584Z    Compiling fnv v1.0.7
2026-06-06T06:01:27.5196157Z    Compiling libsqlite3-sys v0.30.1
2026-06-06T06:01:27.5536474Z    Compiling ed25519 v2.2.3
2026-06-06T06:01:27.7208463Z    Compiling autocfg v1.5.1
2026-06-06T06:01:27.8200522Z    Compiling serde_json v1.0.150
2026-06-06T06:01:28.0440619Z    Compiling serde_derive v1.0.228
2026-06-06T06:01:28.2761391Z    Compiling zeroize_derive v1.4.3
2026-06-06T06:01:28.9200504Z    Compiling zeroize v1.8.2
2026-06-06T06:01:29.0931359Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-06T06:01:29.7653338Z    Compiling tokio-macros v2.7.0
2026-06-06T06:01:30.5905128Z    Compiling tokio v1.52.3
2026-06-06T06:01:32.3427386Z    Compiling zerofrom-derive v0.1.7
2026-06-06T06:01:34.2080535Z    Compiling futures-macro v0.3.32
2026-06-06T06:01:34.9400982Z    Compiling once_cell v1.21.4
2026-06-06T06:01:35.2040824Z    Compiling zerofrom v0.1.8
2026-06-06T06:01:35.2430566Z    Compiling futures-util v0.3.32
2026-06-06T06:01:35.3249778Z    Compiling yoke-derive v0.8.2
2026-06-06T06:01:36.8470508Z    Compiling yoke v0.8.3
2026-06-06T06:01:37.0830106Z    Compiling zerovec-derive v0.11.3
2026-06-06T06:01:38.6704936Z    Compiling zerovec v0.11.6
2026-06-06T06:01:39.6788939Z    Compiling displaydoc v0.2.6
2026-06-06T06:01:40.1200803Z    Compiling hashbrown v0.14.5
2026-06-06T06:01:40.6016195Z    Compiling cfg_aliases v0.2.1
2026-06-06T06:01:40.6460642Z    Compiling fastrand v2.4.1
2026-06-06T06:01:40.9200465Z    Compiling tinystr v0.8.3
2026-06-06T06:01:41.0757550Z    Compiling ed25519-dalek v2.2.0
2026-06-06T06:01:41.1520396Z    Compiling hashlink v0.9.1
2026-06-06T06:01:41.5390396Z    Compiling tracing-core v0.1.36
2026-06-06T06:01:41.6250726Z    Compiling tracing-attributes v0.1.31
2026-06-06T06:01:41.6824078Z    Compiling rustversion v1.0.22
2026-06-06T06:01:42.0270745Z    Compiling fallible-iterator v0.3.0
2026-06-06T06:01:42.4001469Z    Compiling writeable v0.6.3
2026-06-06T06:01:42.5770661Z    Compiling litemap v0.8.2
2026-06-06T06:01:42.6380757Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-06T06:01:42.7866624Z    Compiling rusqlite v0.32.1
2026-06-06T06:01:42.8220304Z    Compiling icu_locale_core v2.2.0
2026-06-06T06:01:42.8280600Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-06T06:01:43.5290900Z    Compiling tracing v0.1.44
2026-06-06T06:01:43.8770678Z    Compiling zerotrie v0.2.4
2026-06-06T06:01:43.9968706Z    Compiling potential_utf v0.1.5
2026-06-06T06:01:44.1300624Z    Compiling icu_normalizer_data v2.2.0
2026-06-06T06:01:44.2493214Z    Compiling utf8_iter v1.0.4
2026-06-06T06:01:44.2971590Z    Compiling icu_properties_data v2.2.0
2026-06-06T06:01:44.3740561Z    Compiling icu_collections v2.2.0
2026-06-06T06:01:44.4390663Z    Compiling icu_provider v2.2.0
2026-06-06T06:01:44.6850585Z    Compiling tokio-util v0.7.18
2026-06-06T06:01:44.8716875Z    Compiling anyhow v1.0.102
2026-06-06T06:01:45.2240930Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-06T06:01:45.3110572Z    Compiling percent-encoding v2.3.2
2026-06-06T06:01:45.4010568Z    Compiling icu_properties v2.2.0
2026-06-06T06:01:45.9781436Z    Compiling icu_normalizer v2.2.0
2026-06-06T06:01:46.3210597Z    Compiling ring v0.17.14
2026-06-06T06:01:46.8003104Z    Compiling http v1.4.1
2026-06-06T06:01:46.9018531Z    Compiling strsim v0.11.1
2026-06-06T06:01:47.3338709Z    Compiling thiserror v2.0.18
2026-06-06T06:01:47.6444632Z    Compiling cpufeatures v0.3.0
2026-06-06T06:01:47.6893204Z    Compiling idna_adapter v1.2.2
2026-06-06T06:01:47.8111146Z    Compiling rustls-pki-types v1.14.1
2026-06-06T06:01:48.4120933Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-06T06:01:48.4800598Z    Compiling thiserror-impl v2.0.18
2026-06-06T06:01:48.9542906Z    Compiling idna v1.1.0
2026-06-06T06:01:49.9300156Z    Compiling chacha20 v0.10.0
2026-06-06T06:01:50.2471346Z    Compiling form_urlencoded v1.2.2
2026-06-06T06:01:50.3508740Z    Compiling ipnet v2.12.0
2026-06-06T06:01:50.4097178Z    Compiling untrusted v0.9.0
2026-06-06T06:01:50.4996910Z    Compiling ident_case v1.0.1
2026-06-06T06:01:50.5939042Z    Compiling darling_core v0.20.11
2026-06-06T06:01:50.9320771Z    Compiling url v2.5.8
2026-06-06T06:01:51.0710626Z    Compiling rand v0.10.1
2026-06-06T06:01:52.1720717Z    Compiling rustix v1.1.4
2026-06-06T06:01:52.2621419Z    Compiling unicode-segmentation v1.13.3
2026-06-06T06:01:52.5041608Z    Compiling rustls v0.23.40
2026-06-06T06:01:52.6060573Z    Compiling scopeguard v1.2.0
2026-06-06T06:01:52.6662244Z    Compiling lock_api v0.4.14
2026-06-06T06:01:52.8951021Z    Compiling rustls-webpki v0.103.13
2026-06-06T06:01:52.9969610Z    Compiling convert_case v0.10.0
2026-06-06T06:01:53.4610641Z    Compiling linux-raw-sys v0.12.1
2026-06-06T06:01:53.7570861Z    Compiling const-oid v0.10.2
2026-06-06T06:01:53.9940360Z    Compiling atomic-waker v1.1.2
2026-06-06T06:01:54.0206429Z    Compiling unicode-xid v0.2.6
2026-06-06T06:01:54.0930155Z    Compiling derive_more-impl v2.1.1
2026-06-06T06:01:54.7793843Z    Compiling darling_macro v0.20.11
2026-06-06T06:01:55.1044643Z    Compiling darling v0.20.11
2026-06-06T06:01:55.1570579Z    Compiling httparse v1.10.1
2026-06-06T06:01:55.5200479Z    Compiling derive_builder_core v0.20.2
2026-06-06T06:01:57.0680586Z    Compiling h2 v0.4.14
2026-06-06T06:01:58.1180368Z    Compiling http-body v1.0.1
2026-06-06T06:01:58.2430269Z    Compiling hybrid-array v0.4.12
2026-06-06T06:01:59.1857330Z    Compiling powerfmt v0.2.0
2026-06-06T06:01:59.4190516Z    Compiling paste v1.0.15
2026-06-06T06:01:59.6320331Z    Compiling base64ct v1.8.3
2026-06-06T06:01:59.8045374Z    Compiling derive_more v2.1.1
2026-06-06T06:01:59.9640651Z    Compiling heck v0.5.0
2026-06-06T06:02:00.0260741Z    Compiling pem-rfc7468 v1.0.0
2026-06-06T06:02:00.2531133Z    Compiling deranged v0.5.8
2026-06-06T06:02:00.3901097Z    Compiling derive_builder_macro v0.20.2
2026-06-06T06:02:01.2124556Z    Compiling memoffset v0.6.5
2026-06-06T06:02:01.3330820Z    Compiling num-traits v0.2.19
2026-06-06T06:02:01.4503118Z    Compiling spez v0.1.2
2026-06-06T06:02:01.8160536Z    Compiling n0-error-macros v0.1.3
2026-06-06T06:02:02.2755181Z    Compiling try-lock v0.2.5
2026-06-06T06:02:02.3460507Z    Compiling data-encoding v2.11.0
2026-06-06T06:02:03.0110678Z    Compiling time-core v0.1.8
2026-06-06T06:02:03.1750576Z    Compiling num-conv v0.2.2
2026-06-06T06:02:03.3594806Z    Compiling tinyvec_macros v0.1.1
2026-06-06T06:02:03.4030604Z    Compiling parking_lot_core v0.9.12
2026-06-06T06:02:03.4171158Z    Compiling tower-service v0.3.3
2026-06-06T06:02:03.4752432Z    Compiling thiserror v1.0.69
2026-06-06T06:02:03.5701073Z    Compiling base64 v0.22.1
2026-06-06T06:02:03.7811656Z    Compiling tinyvec v1.11.0
2026-06-06T06:02:03.8734078Z    Compiling n0-error v0.1.3
2026-06-06T06:02:04.0310581Z    Compiling want v0.3.1
2026-06-06T06:02:04.2840107Z    Compiling derive_builder v0.20.2
2026-06-06T06:02:04.3640324Z    Compiling der v0.8.0-rc.10
2026-06-06T06:02:04.4140623Z    Compiling crypto-common v0.2.2
2026-06-06T06:02:04.8615744Z    Compiling block-buffer v0.12.0
2026-06-06T06:02:05.0339130Z    Compiling vergen-lib v9.1.0
2026-06-06T06:02:05.1491497Z    Compiling n0-future v0.3.2
2026-06-06T06:02:05.1710486Z    Compiling thiserror-impl v1.0.69
2026-06-06T06:02:05.3480645Z    Compiling pin-project-internal v1.1.13
2026-06-06T06:02:06.2450482Z    Compiling inout v0.1.4
2026-06-06T06:02:06.3555100Z    Compiling ioctl-rs v0.1.6
2026-06-06T06:02:06.4401923Z    Compiling serial-core v0.4.0
2026-06-06T06:02:06.6160585Z    Compiling termios v0.2.2
2026-06-06T06:02:06.7362153Z    Compiling cordyceps v0.3.4
2026-06-06T06:02:06.8816363Z    Compiling ref-cast v1.0.25
2026-06-06T06:02:06.9610654Z    Compiling spin v0.10.0
2026-06-06T06:02:07.0120789Z    Compiling httpdate v1.0.3
2026-06-06T06:02:07.0600546Z    Compiling parking v2.2.1
2026-06-06T06:02:07.1521884Z    Compiling diatomic-waker v0.2.3
2026-06-06T06:02:07.1780285Z    Compiling winnow v1.0.3
2026-06-06T06:02:07.2151253Z    Compiling crossbeam-utils v0.8.21
2026-06-06T06:02:07.2543178Z    Compiling hyper v1.10.1
2026-06-06T06:02:07.2950615Z    Compiling futures-buffered v0.2.13
2026-06-06T06:02:07.4930651Z    Compiling futures-lite v2.6.1
2026-06-06T06:02:07.7960366Z    Compiling pin-project v1.1.13
2026-06-06T06:02:07.9210597Z    Compiling serial-unix v0.4.0
2026-06-06T06:02:08.1241172Z    Compiling cipher v0.4.4
2026-06-06T06:02:08.4090824Z    Compiling spki v0.8.0-rc.4
2026-06-06T06:02:08.6360731Z    Compiling digest v0.11.3
2026-06-06T06:02:08.8211151Z    Compiling netlink-packet-core v0.8.1
2026-06-06T06:02:09.2834732Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-06T06:02:09.6460571Z    Compiling tokio-rustls v0.26.4
2026-06-06T06:02:10.0380886Z    Compiling vergen-lib v0.1.6
2026-06-06T06:02:10.0592201Z    Compiling vergen v9.1.0
2026-06-06T06:02:10.1576016Z    Compiling noq-udp v0.10.0
2026-06-06T06:02:10.1653833Z    Compiling toml_datetime v0.6.11
2026-06-06T06:02:10.2085203Z    Compiling serde_spanned v0.6.9
2026-06-06T06:02:10.3220643Z    Compiling ref-cast-impl v1.0.25
2026-06-06T06:02:10.3454745Z    Compiling serde_derive_internals v0.29.1
2026-06-06T06:02:10.5379444Z    Compiling sync_wrapper v1.0.2
2026-06-06T06:02:10.5700552Z    Compiling universal-hash v0.5.1
2026-06-06T06:02:10.6120713Z    Compiling heapless v0.7.17
2026-06-06T06:02:10.6767562Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-06T06:02:10.7791499Z    Compiling aho-corasick v1.1.4
2026-06-06T06:02:10.8672610Z    Compiling winnow v0.7.15
2026-06-06T06:02:10.8750580Z    Compiling regex-syntax v0.8.10
2026-06-06T06:02:11.8210561Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-06T06:02:12.1180767Z    Compiling toml_write v0.1.2
2026-06-06T06:02:12.3407892Z    Compiling pin-utils v0.1.0
2026-06-06T06:02:12.3810249Z    Compiling bitflags v1.3.2
2026-06-06T06:02:12.4320519Z    Compiling byteorder v1.5.0
2026-06-06T06:02:12.6600331Z    Compiling opaque-debug v0.3.1
2026-06-06T06:02:12.7060543Z    Compiling either v1.16.0
2026-06-06T06:02:13.0030632Z    Compiling prefix-trie v0.8.4
2026-06-06T06:02:13.8890692Z    Compiling toml_edit v0.22.27
2026-06-06T06:02:13.9900622Z    Compiling regex-automata v0.4.14
2026-06-06T06:02:14.0363973Z    Compiling polyval v0.6.2
2026-06-06T06:02:14.2680592Z    Compiling hash32 v0.2.1
2026-06-06T06:02:14.4730884Z    Compiling nix v0.25.1
2026-06-06T06:02:15.0420473Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-06T06:02:16.9270781Z    Compiling schemars_derive v1.2.1
2026-06-06T06:02:19.4051398Z    Compiling parking_lot v0.12.5
2026-06-06T06:02:19.4077468Z    Compiling hyper-util v0.1.20
2026-06-06T06:02:19.9390997Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-06T06:02:19.9610324Z    Compiling serial v0.4.0
2026-06-06T06:02:20.0188403Z    Compiling filedescriptor v0.8.3
2026-06-06T06:02:20.4011930Z    Compiling tempfile v3.27.0
2026-06-06T06:02:20.9740892Z    Compiling spin v0.9.8
2026-06-06T06:02:20.9790558Z    Compiling vergen-gitcl v1.0.8
2026-06-06T06:02:21.0893065Z    Compiling futures-executor v0.3.32
2026-06-06T06:02:21.2200338Z    Compiling dyn-clone v1.0.20
2026-06-06T06:02:21.3260499Z    Compiling shell-words v1.1.1
2026-06-06T06:02:21.3880466Z    Compiling signature v3.0.0
2026-06-06T06:02:21.4980702Z    Compiling num_threads v0.1.7
2026-06-06T06:02:21.6160804Z    Compiling tower-layer v0.3.3
2026-06-06T06:02:21.7080944Z    Compiling downcast-rs v1.2.1
2026-06-06T06:02:21.7650677Z    Compiling portable-pty v0.8.1
2026-06-06T06:02:21.8180691Z    Compiling time v0.3.47
2026-06-06T06:02:22.2630186Z    Compiling ed25519 v3.0.0-rc.4
2026-06-06T06:02:22.5790713Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-06T06:02:22.6640422Z    Compiling schemars v1.2.1
2026-06-06T06:02:22.7445946Z    Compiling futures v0.3.32
2026-06-06T06:02:24.0230642Z    Compiling regex v1.12.3
2026-06-06T06:02:24.6985402Z    Compiling toml v0.8.23
2026-06-06T06:02:24.9150951Z    Compiling proc-macro-crate v3.5.0
2026-06-06T06:02:25.1406199Z    Compiling ghash v0.5.1
2026-06-06T06:02:25.2360447Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-06T06:02:25.8480535Z    Compiling sha2 v0.11.0-rc.5
2026-06-06T06:02:25.8880539Z    Compiling ctr v0.9.2
2026-06-06T06:02:26.0738041Z    Compiling aes v0.8.4
2026-06-06T06:02:26.1412980Z    Compiling http-body-util v0.1.3
2026-06-06T06:02:26.4700488Z    Compiling cobs v0.3.0
2026-06-06T06:02:26.6560929Z    Compiling netlink-sys v0.8.8
2026-06-06T06:02:26.9218384Z    Compiling postcard-derive v0.2.2
2026-06-06T06:02:26.9614525Z    Compiling aead v0.5.2
2026-06-06T06:02:27.0780528Z    Compiling openssl-probe v0.2.1
2026-06-06T06:02:27.2480612Z    Compiling rustls-native-certs v0.8.4
2026-06-06T06:02:27.3059634Z    Compiling aes-gcm v0.10.3
2026-06-06T06:02:27.4841280Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-06T06:02:27.5212789Z    Compiling postcard v1.1.3
2026-06-06T06:02:27.5900998Z    Compiling num_enum_derive v0.7.6
2026-06-06T06:02:28.0955431Z    Compiling data-encoding-macro v0.1.20
2026-06-06T06:02:28.1444966Z    Compiling tower v0.5.3
2026-06-06T06:02:28.7810584Z    Compiling crossbeam-epoch v0.9.18
2026-06-06T06:02:28.8830455Z    Compiling crossbeam-channel v0.5.15
2026-06-06T06:02:28.9530404Z    Compiling netlink-packet-route v0.29.0
2026-06-06T06:02:29.2328241Z    Compiling iroh-metrics-derive v0.4.1
2026-06-06T06:02:29.6490957Z    Compiling strum_macros v0.28.0
2026-06-06T06:02:29.7140613Z    Compiling netwatch v0.16.0
2026-06-06T06:02:29.9070419Z    Compiling noq v0.18.0
2026-06-06T06:02:30.0940587Z    Compiling async-trait v0.1.89
2026-06-06T06:02:30.3240710Z    Compiling enum-assoc v1.3.0
2026-06-06T06:02:31.2284515Z    Compiling uuid v1.23.2
2026-06-06T06:02:31.4240235Z    Compiling blake3 v1.8.5
2026-06-06T06:02:31.7290368Z    Compiling acto v0.8.2
2026-06-06T06:02:31.7908614Z    Compiling lru-slab v0.1.2
2026-06-06T06:02:31.8660722Z    Compiling identity-hash v0.1.0
2026-06-06T06:02:31.9240664Z    Compiling ryu v1.0.23
2026-06-06T06:02:31.9479868Z    Compiling tagptr v0.2.0
2026-06-06T06:02:32.1035884Z    Compiling allocator-api2 v0.2.21
2026-06-06T06:02:32.1170718Z    Compiling rustc-hash v2.1.2
2026-06-06T06:02:32.2110672Z    Compiling foldhash v0.2.0
2026-06-06T06:02:32.3790792Z    Compiling sorted-index-buffer v0.2.1
2026-06-06T06:02:32.5402840Z    Compiling xml-rs v0.8.28
2026-06-06T06:02:32.6420762Z    Compiling mac-addr v0.3.0
2026-06-06T06:02:32.8230595Z    Compiling hashbrown v0.16.1
2026-06-06T06:02:33.0372504Z    Compiling strum v0.28.0
2026-06-06T06:02:33.1270620Z    Compiling noq-proto v0.17.0
2026-06-06T06:02:33.9160569Z    Compiling xmltree v0.10.3
2026-06-06T06:02:34.1000684Z    Compiling moka v0.12.15
2026-06-06T06:02:34.1411010Z    Compiling iroh-metrics v0.38.3
2026-06-06T06:02:35.6127027Z    Compiling hickory-net v0.26.0-beta.4
2026-06-06T06:02:35.7810323Z    Compiling tower-http v0.6.11
2026-06-06T06:02:36.3467914Z    Compiling num_enum v0.7.6
2026-06-06T06:02:36.4304280Z    Compiling iroh-relay v0.98.0
2026-06-06T06:02:36.6880636Z    Compiling iroh-base v0.98.0
2026-06-06T06:02:37.4890748Z    Compiling netdev v0.42.0
2026-06-06T06:02:38.5210698Z    Compiling rustls-platform-verifier v0.7.0
2026-06-06T06:02:38.7290725Z    Compiling netlink-proto v0.12.0
2026-06-06T06:02:38.7540647Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T06:02:39.0340567Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T06:02:39.8490404Z    Compiling hyper-rustls v0.27.9
2026-06-06T06:02:40.1530750Z    Compiling n0-watcher v0.6.1
2026-06-06T06:02:40.4320392Z    Compiling netlink-packet-route v0.30.0
2026-06-06T06:02:40.6757437Z    Compiling attohttpc v0.30.1
2026-06-06T06:02:43.0394603Z    Compiling tokio-stream v0.1.18
2026-06-06T06:02:43.7620559Z    Compiling simple-dns v0.9.3
2026-06-06T06:02:44.8912740Z    Compiling arrayvec v0.7.6
2026-06-06T06:02:45.1730570Z    Compiling constant_time_eq v0.4.2
2026-06-06T06:02:45.3352939Z    Compiling arrayref v0.3.9
2026-06-06T06:02:45.3830632Z    Compiling resolv-conf v0.7.6
2026-06-06T06:02:45.8260275Z    Compiling simdutf8 v0.1.5
2026-06-06T06:02:46.1360571Z    Compiling smol_str v0.1.24
2026-06-06T06:02:46.2821120Z    Compiling sha1_smol v1.0.1
2026-06-06T06:02:46.3671396Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-06T06:02:46.5090293Z    Compiling tokio-websockets v0.13.2
2026-06-06T06:02:47.1710679Z    Compiling iroh-dns v0.98.0
2026-06-06T06:02:48.2131437Z    Compiling igd-next v0.17.1
2026-06-06T06:02:50.3990811Z    Compiling reqwest v0.13.4
2026-06-06T06:02:51.5591405Z    Compiling lru v0.16.4
2026-06-06T06:02:51.7770742Z    Compiling webpki-roots v1.0.7
2026-06-06T06:02:51.8788287Z    Compiling iroh v0.98.2
2026-06-06T06:02:52.1100615Z    Compiling hmac v0.12.1
2026-06-06T06:02:52.2331152Z    Compiling serde_bytes v0.11.19
2026-06-06T06:02:52.5070555Z    Compiling seize v0.5.1
2026-06-06T06:02:52.6570549Z    Compiling cmov v0.5.4
2026-06-06T06:02:52.8967385Z    Compiling papaya v0.2.4
2026-06-06T06:02:52.9670577Z    Compiling ctutils v0.4.2
2026-06-06T06:02:53.2890684Z    Compiling hkdf v0.12.4
2026-06-06T06:02:53.4360845Z    Compiling portmapper v0.16.0
2026-06-06T06:02:53.5360981Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-06T06:02:53.5800703Z    Compiling backon v1.6.0
2026-06-06T06:02:53.8500635Z    Compiling spake2 v0.4.0
2026-06-06T06:02:54.2020597Z    Compiling sha1 v0.10.6
2026-06-06T06:02:54.4590883Z    Compiling doctest-file v1.1.1
2026-06-06T06:02:54.9494112Z    Compiling interprocess v2.4.2
2026-06-06T06:02:55.8460893Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T06:02:56.7610575Z    Compiling utf8parse v0.2.2
2026-06-06T06:02:56.8361079Z    Compiling anstyle-parse v1.0.0
2026-06-06T06:02:57.0260718Z    Compiling anstyle v1.0.14
2026-06-06T06:02:57.3170685Z    Compiling anstyle-query v1.1.5
2026-06-06T06:02:57.3910786Z    Compiling colorchoice v1.0.5
2026-06-06T06:02:57.4670648Z    Compiling is_terminal_polyfill v1.70.2
2026-06-06T06:02:57.5251208Z    Compiling anstream v1.0.0
2026-06-06T06:02:57.7910601Z    Compiling terminal_size v0.4.4
2026-06-06T06:02:57.9000610Z    Compiling clap_lex v1.1.0
2026-06-06T06:02:57.9541854Z    Compiling clap_derive v4.6.1
2026-06-06T06:02:57.9930824Z    Compiling qrcode v0.14.1
2026-06-06T06:02:58.1510601Z    Compiling clap_builder v4.6.0
2026-06-06T06:02:58.9031120Z    Compiling mock-adapter v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-06T06:03:02.0701522Z    Compiling clap v4.6.1
2026-06-06T06:03:19.0739130Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:03:21.7245266Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:03:31.5120524Z    Compiling spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-06T06:03:31.5122756Z    Compiling xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-06T06:04:16.7299652Z     Finished `dev` profile [unoptimized] target(s) in 3m 00s
2026-06-06T06:04:16.8031088Z ##[group]Run cargo test --workspace
2026-06-06T06:04:16.8031621Z [36;1mcargo test --workspace[0m
2026-06-06T06:04:16.8050827Z shell: /usr/bin/bash -e {0}
2026-06-06T06:04:16.8051217Z ##[endgroup]
2026-06-06T06:04:17.3449402Z     Finished `test` profile [unoptimized] target(s) in 0.38s
2026-06-06T06:04:17.3810683Z      Running unittests src/main.rs (target/debug/deps/mock_session-6f434bbd5ef0e0f6)
2026-06-06T06:04:17.3823676Z 
2026-06-06T06:04:17.3824003Z running 0 tests
2026-06-06T06:04:17.3824478Z 
2026-06-06T06:04:17.3824939Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:04:17.3825520Z 
2026-06-06T06:04:17.3827391Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-2f0b040e98d5b6e0)
2026-06-06T06:04:17.3846073Z 
2026-06-06T06:04:17.3846415Z running 0 tests
2026-06-06T06:04:17.3846681Z 
2026-06-06T06:04:17.3847282Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:04:17.3847885Z 
2026-06-06T06:04:17.3848531Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-ae8bca69ae3f07a0)
2026-06-06T06:04:17.3861634Z 
2026-06-06T06:04:17.3861936Z running 3 tests
2026-06-06T06:04:17.3882720Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-06T06:04:17.3883373Z test mock_manifest_parses_and_validates ... ok
2026-06-06T06:04:17.3883948Z test mock_has_no_claude_code_conventions ... ok
2026-06-06T06:04:17.3884310Z 
2026-06-06T06:04:17.3884722Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:04:17.3885311Z 
2026-06-06T06:04:17.3886412Z      Running unittests src/main.rs (target/debug/deps/spt-309054f9c4743b04)
2026-06-06T06:04:17.3924067Z 
2026-06-06T06:04:17.3924493Z running 87 tests
2026-06-06T06:04:17.3938545Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-06T06:04:17.3940012Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-06T06:04:17.3940976Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-06T06:04:17.3944400Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-06T06:04:17.3948868Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-06T06:04:17.3959933Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-06T06:04:17.3961904Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-06T06:04:17.3962920Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-06T06:04:17.3963716Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-06T06:04:17.3964901Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-06T06:04:17.3967213Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-06T06:04:31.3115805Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-06T06:04:45.1758300Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-06T06:04:45.1759329Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-06T06:04:45.1762987Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-06T06:04:53.1749486Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-06T06:04:53.1755238Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-06T06:04:53.1759906Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-06T06:04:53.1888515Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-06T06:04:53.3128696Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-06T06:04:53.3135576Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-06T06:04:53.3146539Z test api::reporting::tests::history_log_appends ... ok
2026-06-06T06:04:53.3150308Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-06T06:04:53.3151537Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-06T06:04:53.3573854Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-06T06:04:53.3710402Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-06T06:04:53.3814997Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-06T06:04:53.3866932Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-06T06:04:53.3937248Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-06T06:04:53.4006416Z test api::startup::tests::missing_seed_refused ... ok
2026-06-06T06:04:53.4451421Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-06T06:04:53.4465605Z test api::tests::adapter_is_required ... ok
2026-06-06T06:04:53.4479079Z test api::tests::state_value_is_validated ... ok
2026-06-06T06:04:53.4525384Z test api::tests::surface_parses ... ok
2026-06-06T06:04:53.4607105Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-06T06:04:53.4664789Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-06T06:04:53.4730183Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-06T06:04:53.4738985Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-06T06:04:53.4751436Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-06T06:04:53.4802934Z test cli::tests::access_subcommands_parse ... ok
2026-06-06T06:04:53.4839350Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-06T06:04:53.4843023Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-06T06:04:53.4846607Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-06T06:04:53.4851330Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-06T06:04:53.4854895Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-06T06:04:53.5005319Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-06T06:04:53.5019460Z test cli::tests::digest_flag_defaults ... ok
2026-06-06T06:04:53.5020529Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-06T06:04:53.5021538Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-06T06:04:53.5691767Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-06T06:04:53.5741338Z test cli::tests::grant_subcommands_parse ... ok
2026-06-06T06:04:53.5797365Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-06T06:04:53.5817578Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-06T06:04:53.5839009Z test cli::tests::invalid_usage_errors ... ok
2026-06-06T06:04:53.5840366Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-06T06:04:53.5847125Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-06T06:04:53.5849117Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-06T06:04:53.5852772Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-06T06:04:53.5857534Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-06T06:04:53.5914294Z test cli::tests::notify_surface_parses ... ok
2026-06-06T06:04:53.6250454Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-06T06:04:53.6261676Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-06T06:04:53.6270905Z test cli::tests::ring_timeout_defaults ... ok
2026-06-06T06:04:53.6271799Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-06T06:04:53.6284413Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-06T06:04:54.1202502Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-06T06:05:09.3536930Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-06T06:05:09.5627807Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-06T06:05:09.5683970Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-06T06:05:09.5723137Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-06T06:05:09.5813986Z test cli::tests::shell_subcommands_parse ... ok
2026-06-06T06:05:09.6916701Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-06T06:05:09.6917578Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-06T06:05:09.7129688Z test cli::tests::subcommands_parse ... ok
2026-06-06T06:05:09.7157530Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-06T06:05:09.7177106Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-06T06:05:09.7178970Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-06T06:05:09.7179949Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-06T06:05:09.7180856Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-06T06:05:09.7181912Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-06T06:05:09.7182853Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-06T06:05:09.7183864Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-06T06:05:09.7226110Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-06T06:05:19.8852875Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-06T06:05:19.8858670Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-06T06:05:20.1657273Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-06T06:05:20.3009998Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-06T06:05:20.3010581Z 
2026-06-06T06:05:20.3011153Z test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 62.91s
2026-06-06T06:05:20.3011739Z 
2026-06-06T06:05:20.3039435Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-e15e8e40dea9ccf3)
2026-06-06T06:05:20.3056314Z 
2026-06-06T06:05:20.3056656Z running 4 tests
2026-06-06T06:05:20.7221057Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-06T06:05:20.7384104Z SEEDED:2138714
2026-06-06T06:05:21.2898983Z test live_agent_lifecycle_e2e ... ok
2026-06-06T06:05:21.4601312Z test mock_adapter_drives_the_full_contract ... ok
2026-06-06T06:05:21.4902622Z SEEDED:2138714
2026-06-06T06:05:21.8090967Z test seed_then_listen_binds_and_relays ... ok
2026-06-06T06:05:21.8091583Z 
2026-06-06T06:05:21.8092429Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s
2026-06-06T06:05:21.8093030Z 
2026-06-06T06:05:21.8096756Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-1f0d3bc41bfa7fb3)
2026-06-06T06:05:21.8113804Z 
2026-06-06T06:05:21.8114086Z running 1 test
2026-06-06T06:05:21.8115723Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-06T06:05:21.8116110Z 
2026-06-06T06:05:21.8116549Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:21.8119253Z 
2026-06-06T06:05:21.8119686Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-3957cb170d493c06)
2026-06-06T06:05:21.8132099Z 
2026-06-06T06:05:21.8132374Z running 1 test
2026-06-06T06:05:21.8134396Z test install_script_against_staged_release ... ok
2026-06-06T06:05:21.8134819Z 
2026-06-06T06:05:21.8135234Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:21.8135828Z 
2026-06-06T06:05:21.8140338Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-588f771612ad179b)
2026-06-06T06:05:21.8150955Z 
2026-06-06T06:05:21.8151165Z running 1 test
2026-06-06T06:05:22.2126631Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-06T06:05:22.2127112Z 
2026-06-06T06:05:22.2127505Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
2026-06-06T06:05:22.2128068Z 
2026-06-06T06:05:22.2129704Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-41a6420df891da1f)
2026-06-06T06:05:22.2143632Z 
2026-06-06T06:05:22.2143972Z running 1 test
2026-06-06T06:05:22.2145452Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-06T06:05:22.2145899Z 
2026-06-06T06:05:22.2146297Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:22.2146869Z 
2026-06-06T06:05:22.2147451Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-28ae94d5c5f0459c)
2026-06-06T06:05:22.2162518Z 
2026-06-06T06:05:22.2162776Z running 1 test
2026-06-06T06:05:22.6108908Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-06T06:05:22.6109460Z 
2026-06-06T06:05:22.6109867Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
2026-06-06T06:05:22.6110426Z 
2026-06-06T06:05:22.6114232Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-8d0a0ea5e18049f6)
2026-06-06T06:05:22.6131864Z 
2026-06-06T06:05:22.6132166Z running 1 test
2026-06-06T06:05:23.8543138Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-06T06:05:23.8543568Z 
2026-06-06T06:05:23.8543988Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
2026-06-06T06:05:23.8544535Z 
2026-06-06T06:05:23.8549977Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-1e9921cb9cd63301)
2026-06-06T06:05:23.8588220Z 
2026-06-06T06:05:23.8588657Z running 177 tests
2026-06-06T06:05:23.8596693Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-06T06:05:23.8597511Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-06T06:05:23.8601034Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-06T06:05:23.8610522Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-06T06:05:23.8611642Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-06T06:05:23.8625003Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-06T06:05:23.8625782Z test access::tests::gate_decision_table ... ok
2026-06-06T06:05:23.8626441Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-06T06:05:23.8627245Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-06T06:05:23.8628264Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-06T06:05:23.8641005Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-06T06:05:23.8655570Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-06T06:05:23.8657052Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-06T06:05:23.8661088Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-06T06:05:23.8668565Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-06T06:05:23.8679830Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-06T06:05:23.8700637Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-06T06:05:23.8717894Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-06T06:05:23.8718571Z test config::tests::missing_file_is_default ... ok
2026-06-06T06:05:23.8719411Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-06T06:05:23.8720082Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-06T06:05:23.8720688Z test config::tests::save_load_roundtrip ... ok
2026-06-06T06:05:23.8721281Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-06T06:05:23.8722022Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-06T06:05:23.8722938Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-06T06:05:23.8723819Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-06T06:05:23.8741177Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-06T06:05:23.8749353Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-06T06:05:23.8750611Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-06T06:05:23.8758344Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-06T06:05:23.8762491Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-06T06:05:23.8796435Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-06T06:05:23.8797877Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-06T06:05:23.8798951Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-06T06:05:23.8800050Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-06T06:05:23.8800890Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-06T06:05:23.8801663Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-06T06:05:23.8802474Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-06T06:05:23.8803406Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-06T06:05:23.8804179Z test digesthub::tests::render_is_glanceable ... ok
2026-06-06T06:05:23.8808013Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-06T06:05:23.8809041Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-06T06:05:23.9145043Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-06T06:05:23.9148982Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-06T06:05:23.9149880Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-06T06:05:23.9150747Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-06T06:05:23.9152338Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-06T06:05:23.9153302Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-06T06:05:23.9154483Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-06T06:05:23.9155256Z test grants::tests::escalation_answers_apply ... ok
2026-06-06T06:05:23.9156222Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-06T06:05:23.9167013Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-06T06:05:23.9167931Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-06T06:05:23.9168705Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-06T06:05:23.9169575Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-06T06:05:23.9170424Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-06T06:05:23.9252322Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-06T06:05:24.0271052Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-06T06:05:24.0844034Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-06T06:05:24.1374524Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-06T06:05:24.1910970Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-06T06:05:24.2158771Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-06T06:05:24.2388859Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-06T06:05:24.2928805Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-06T06:05:24.3155303Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-06T06:05:24.3686415Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-06T06:05:24.3935263Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-06T06:05:24.3936304Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-06T06:05:24.3937516Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-06T06:05:24.3938513Z test msg::tests::output_envelope_round_trips ... ok
2026-06-06T06:05:24.3940529Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-06T06:05:24.3941594Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-06T06:05:24.4157771Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-06T06:05:24.4487006Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-06T06:05:24.5452357Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-06T06:05:24.7087488Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-06T06:05:24.7644835Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-06T06:05:24.8532851Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-06T06:05:24.9815291Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-06T06:05:25.1186962Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-06T06:05:25.1402794Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-06T06:05:25.1808154Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-06T06:05:25.3093610Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-06T06:05:25.3642255Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-06T06:05:25.5246833Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-06T06:05:25.6513944Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-06T06:05:25.6625177Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-06T06:05:25.7166296Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-06T06:05:25.7167604Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-06T06:05:25.7179570Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-06T06:05:25.7487475Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-06T06:05:25.7492873Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-06T06:05:25.7513999Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-06T06:05:25.7695730Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-06T06:05:25.8265598Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-06T06:05:25.9498723Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-06T06:05:26.0320270Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-06T06:05:26.1773963Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-06T06:05:26.2609671Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-06T06:05:26.3445243Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-06T06:05:26.4233884Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-06T06:05:26.4234620Z test reconcile::tests::active_node_wins ... ok
2026-06-06T06:05:26.4235525Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-06T06:05:26.4237033Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-06T06:05:26.4237962Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-06T06:05:26.4402669Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-06T06:05:26.5596524Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-06T06:05:26.6362118Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-06T06:05:26.7897885Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-06T06:05:26.7927605Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-06T06:05:26.7949665Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-06T06:05:26.7964242Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-06T06:05:26.7973501Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-06T06:05:26.7981819Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-06T06:05:26.8010276Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-06T06:05:26.8017354Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-06T06:05:26.8026384Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-06T06:05:26.8037584Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-06T06:05:26.8043530Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-06T06:05:26.8055272Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-06T06:05:26.8058740Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-06T06:05:26.8060123Z test release::tests::hex_roundtrips ... ok
2026-06-06T06:05:26.8066244Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-06T06:05:26.8080575Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-06T06:05:26.8086355Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-06T06:05:26.8087144Z test release::tests::revoked_key_is_rejected ... ok
2026-06-06T06:05:26.8088121Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-06T06:05:26.8097994Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-06T06:05:26.8103350Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-06T06:05:26.8109132Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-06T06:05:26.8124096Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-06T06:05:26.8361601Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-06T06:05:26.8362536Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-06T06:05:26.8391190Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-06T06:05:26.8401703Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-06T06:05:26.8408287Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-06T06:05:26.8409119Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-06T06:05:26.9689443Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-06T06:05:26.9712485Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-06T06:05:26.9713380Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-06T06:05:27.0412493Z test relay::tests::run_honors_stop ... ok
2026-06-06T06:05:27.0867770Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-06T06:05:27.1350280Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-06T06:05:27.1357764Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-06T06:05:27.1358564Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-06T06:05:27.1364307Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-06T06:05:27.1380694Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-06T06:05:27.1412787Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-06T06:05:27.1443865Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-06T06:05:27.1470312Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-06T06:05:27.1480348Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-06T06:05:27.1528450Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-06T06:05:27.1534444Z test seedmap::tests::take_absent_is_none ... ok
2026-06-06T06:05:27.1550568Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-06T06:05:27.1553706Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-06T06:05:27.1555570Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-06T06:05:27.1580464Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-06T06:05:27.1600365Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-06T06:05:27.1607357Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-06T06:05:27.1916499Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-06T06:05:27.2264209Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-06T06:05:27.2280547Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-06T06:05:27.2281306Z test sync::tests::gate_decision_table ... ok
2026-06-06T06:05:27.2445240Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-06T06:05:27.2448667Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-06T06:05:27.2451539Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-06T06:05:27.2452331Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-06T06:05:27.2453104Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-06T06:05:27.2453928Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-06T06:05:27.2454749Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-06T06:05:27.2473069Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-06T06:05:27.2484101Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-06T06:05:27.2532351Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-06T06:05:27.2533155Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-06T06:05:27.3453892Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-06T06:05:27.3494804Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-06T06:05:27.4433712Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-06T06:05:27.4439712Z 
2026-06-06T06:05:27.4440211Z test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.58s
2026-06-06T06:05:27.4440819Z 
2026-06-06T06:05:27.4458508Z      Running tests/access.rs (target/debug/deps/access-4d38c59d774d6a99)
2026-06-06T06:05:27.4493544Z 
2026-06-06T06:05:27.4494009Z running 1 test
2026-06-06T06:05:27.6143898Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-06T06:05:27.6144563Z 
2026-06-06T06:05:27.6145163Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-06T06:05:27.6145749Z 
2026-06-06T06:05:27.6161121Z      Running tests/attach.rs (target/debug/deps/attach-d7dcc52d5e8c896a)
2026-06-06T06:05:27.6196621Z 
2026-06-06T06:05:27.6197066Z running 3 tests
2026-06-06T06:05:27.7220117Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-06T06:05:27.7272246Z test attach_registers_remote_drive_detection ... ok
2026-06-06T06:05:27.7349050Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-06T06:05:27.7349971Z 
2026-06-06T06:05:27.7350640Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
2026-06-06T06:05:27.7351269Z 
2026-06-06T06:05:27.7380883Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-5f2d789c813af74d)
2026-06-06T06:05:27.7399215Z 
2026-06-06T06:05:27.7399588Z running 1 test
2026-06-06T06:05:27.7425979Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-06T06:05:27.7426640Z 
2026-06-06T06:05:27.7427229Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:27.7427806Z 
2026-06-06T06:05:27.7429991Z      Running tests/broker.rs (target/debug/deps/broker-786b2f677b6c3a1a)
2026-06-06T06:05:27.7448774Z 
2026-06-06T06:05:27.7449735Z running 1 test
2026-06-06T06:05:27.7473015Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-06T06:05:27.7473568Z 
2026-06-06T06:05:27.7473987Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:27.7474558Z 
2026-06-06T06:05:27.7477521Z      Running tests/budget.rs (target/debug/deps/budget-88c40adce876c29f)
2026-06-06T06:05:27.7495758Z 
2026-06-06T06:05:27.7496094Z running 1 test
2026-06-06T06:05:27.7497852Z test measure_dormant_seat_budget ... ok
2026-06-06T06:05:27.7498213Z 
2026-06-06T06:05:27.7498642Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:27.7499291Z 
2026-06-06T06:05:27.7500946Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-5b1456849bee170f)
2026-06-06T06:05:27.7521648Z 
2026-06-06T06:05:27.7521974Z running 1 test
2026-06-06T06:05:28.3837125Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-06T06:05:28.3837636Z 
2026-06-06T06:05:28.3838024Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
2026-06-06T06:05:28.3838599Z 
2026-06-06T06:05:28.3846439Z      Running tests/digest.rs (target/debug/deps/digest-f9742b5987538d85)
2026-06-06T06:05:28.3867799Z 
2026-06-06T06:05:28.3868144Z running 1 test
2026-06-06T06:05:28.4750173Z test digest_daemon_half_end_to_end ... ok
2026-06-06T06:05:28.4750575Z 
2026-06-06T06:05:28.4750976Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-06T06:05:28.4751517Z 
2026-06-06T06:05:28.4757256Z      Running tests/dispatch.rs (target/debug/deps/dispatch-849e5f881592752d)
2026-06-06T06:05:28.4794562Z 
2026-06-06T06:05:28.4795213Z running 9 tests
2026-06-06T06:05:28.6034942Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-06T06:05:28.7730078Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-06T06:05:28.8450129Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-06T06:05:28.9191851Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-06T06:05:29.0194797Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-06T06:05:29.4418077Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-06T06:05:29.5120864Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-06T06:05:29.7058524Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-06T06:05:29.7881797Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-06T06:05:29.7882240Z 
2026-06-06T06:05:29.7885327Z test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
2026-06-06T06:05:29.7886000Z 
2026-06-06T06:05:29.7965891Z      Running tests/handoff.rs (target/debug/deps/handoff-8508030c8c90c25d)
2026-06-06T06:05:29.7985631Z 
2026-06-06T06:05:29.7985979Z running 1 test
2026-06-06T06:05:29.8040725Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-06T06:05:29.8041224Z 
2026-06-06T06:05:29.8041669Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-06T06:05:29.8042780Z 
2026-06-06T06:05:29.8045179Z      Running tests/idempotent.rs (target/debug/deps/idempotent-e5929a7623653616)
2026-06-06T06:05:29.8064310Z 
2026-06-06T06:05:29.8071976Z running 1 test
2026-06-06T06:05:29.8703423Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-06T06:05:29.8704047Z 
2026-06-06T06:05:29.8704513Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-06T06:05:29.8705147Z 
2026-06-06T06:05:29.8711946Z      Running tests/netbroker.rs (target/debug/deps/netbroker-634bebc1c6568325)
2026-06-06T06:05:29.8747377Z 
2026-06-06T06:05:29.8747796Z running 5 tests
2026-06-06T06:05:29.8766987Z test netless_broker_probes_gracefully ... ok
2026-06-06T06:05:29.9056081Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-06T06:05:29.9071549Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-06T06:05:29.9261073Z test brain_dials_second_broker_over_loopback ... ok
2026-06-06T06:05:29.9325959Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-06T06:05:29.9327460Z 
2026-06-06T06:05:29.9328143Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-06T06:05:29.9328733Z 
2026-06-06T06:05:29.9354181Z      Running tests/netstream.rs (target/debug/deps/netstream-c2a88611b8908272)
2026-06-06T06:05:29.9387435Z 
2026-06-06T06:05:29.9387795Z running 2 tests
2026-06-06T06:05:30.1011356Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-06T06:05:30.1620332Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-06T06:05:30.1620931Z 
2026-06-06T06:05:30.1621540Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-06T06:05:30.1622131Z 
2026-06-06T06:05:30.1646482Z      Running tests/notifsync.rs (target/debug/deps/notifsync-54b228dd1442e094)
2026-06-06T06:05:30.1680924Z 
2026-06-06T06:05:30.1681323Z running 1 test
2026-06-06T06:05:30.3388186Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-06T06:05:30.3388873Z 
2026-06-06T06:05:30.3389534Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-06T06:05:30.3390092Z 
2026-06-06T06:05:30.3408933Z      Running tests/peerloop.rs (target/debug/deps/peerloop-b4d241fa349ecc5b)
2026-06-06T06:05:30.3443851Z 
2026-06-06T06:05:30.3444312Z running 1 test
2026-06-06T06:05:30.9037923Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-06T06:05:30.9038385Z 
2026-06-06T06:05:30.9038786Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
2026-06-06T06:05:30.9039446Z 
2026-06-06T06:05:30.9065009Z      Running tests/presence.rs (target/debug/deps/presence-e3a4592f9662ecd8)
2026-06-06T06:05:30.9099321Z 
2026-06-06T06:05:30.9099746Z running 2 tests
2026-06-06T06:05:31.0778843Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-06T06:05:34.0313816Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-06T06:05:34.0314412Z 
2026-06-06T06:05:34.0314819Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
2026-06-06T06:05:34.0315360Z 
2026-06-06T06:05:34.0335816Z      Running tests/propagate.rs (target/debug/deps/propagate-2c688de50a7439b6)
2026-06-06T06:05:34.0371025Z 
2026-06-06T06:05:34.0371798Z running 4 tests
2026-06-06T06:05:34.1376659Z test untrusted_origin_gets_no_offer ... ok
2026-06-06T06:05:34.1521844Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-06T06:05:34.1808529Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-06T06:05:34.4042446Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-06T06:05:34.4042976Z 
2026-06-06T06:05:34.4043640Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
2026-06-06T06:05:34.4044359Z 
2026-06-06T06:05:34.4083284Z      Running tests/replicate.rs (target/debug/deps/replicate-f84d222f8bff0f7b)
2026-06-06T06:05:34.4119096Z 
2026-06-06T06:05:34.4119853Z running 1 test
2026-06-06T06:05:34.5249957Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-06T06:05:34.5250597Z 
2026-06-06T06:05:34.5251264Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-06T06:05:34.5251883Z 
2026-06-06T06:05:34.5272057Z      Running tests/shellchan.rs (target/debug/deps/shellchan-e078e567b89e210e)
2026-06-06T06:05:34.5294193Z 
2026-06-06T06:05:34.5294566Z running 2 tests
2026-06-06T06:05:34.6614590Z test hung_shell_stalls_no_other_owner ... ok
2026-06-06T06:05:34.7312614Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-06T06:05:34.7313115Z 
2026-06-06T06:05:34.7313529Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-06T06:05:34.7314084Z 
2026-06-06T06:05:34.7324318Z      Running tests/sync.rs (target/debug/deps/sync-649831120dc08c66)
2026-06-06T06:05:34.7360446Z 
2026-06-06T06:05:34.7361076Z running 3 tests
2026-06-06T06:05:35.3439488Z test torn_pull_recovers_by_repulling ... ok
2026-06-06T06:05:35.9600765Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-06T06:05:36.2357585Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-06T06:05:36.2358237Z 
2026-06-06T06:05:36.2358668Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s
2026-06-06T06:05:36.2359492Z 
2026-06-06T06:05:36.2396012Z      Running tests/twohost.rs (target/debug/deps/twohost-a7736a268e094a24)
2026-06-06T06:05:36.2434156Z 
2026-06-06T06:05:36.2434518Z running 2 tests
2026-06-06T06:05:36.2437216Z test two_host_ladder_role_b ... ok
2026-06-06T06:05:36.2437714Z test two_host_ladder_role_a ... ok
2026-06-06T06:05:36.2438000Z 
2026-06-06T06:05:36.2438394Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:36.2438975Z 
2026-06-06T06:05:36.2443506Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-af3b72dfb2e02782)
2026-06-06T06:05:36.2479754Z 
2026-06-06T06:05:36.2480106Z running 2 tests
2026-06-06T06:05:36.5136471Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-06T06:05:36.5142175Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-06T06:05:36.5142709Z 
2026-06-06T06:05:36.5143141Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
2026-06-06T06:05:36.5143820Z 
2026-06-06T06:05:36.5169741Z      Running tests/xfer.rs (target/debug/deps/xfer-66c63940426f6e03)
2026-06-06T06:05:36.5206439Z 
2026-06-06T06:05:36.5206816Z running 2 tests
2026-06-06T06:05:36.7325048Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-06T06:05:36.7563899Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-06T06:05:36.7564552Z 
2026-06-06T06:05:36.7565514Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
2026-06-06T06:05:36.7566112Z 
2026-06-06T06:05:36.7595968Z      Running unittests src/lib.rs (target/debug/deps/spt_live-c6da68e689385c2d)
2026-06-06T06:05:36.7611710Z 
2026-06-06T06:05:36.7612027Z running 49 tests
2026-06-06T06:05:36.7615342Z test context::tests::direct_always_writes ... ok
2026-06-06T06:05:36.7616125Z test context::tests::llm_over_llm_writes ... ok
2026-06-06T06:05:36.7631163Z test context::tests::llm_past_window_writes ... ok
2026-06-06T06:05:36.7631873Z test context::tests::llm_within_window_suppressed ... ok
2026-06-06T06:05:36.7648547Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-06T06:05:36.7649633Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-06T06:05:36.7656317Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-06T06:05:36.7669407Z test echo::tests::provenance_is_stamped ... ok
2026-06-06T06:05:36.7835437Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-06T06:05:36.7852199Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-06T06:05:36.7860328Z test echo::tests::echo_nonzero_errors ... ok
2026-06-06T06:05:36.7861007Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-06T06:05:36.7865385Z test history::tests::native_missing_log_is_empty ... ok
2026-06-06T06:05:36.7868672Z test history::tests::native_reads_logged_records ... ok
2026-06-06T06:05:36.8041575Z test history::tests::fetcher_yields_records ... ok
2026-06-06T06:05:36.8059618Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-06T06:05:36.9592290Z test ingest::tests::both_drops_ingested ... ok
2026-06-06T06:05:37.0686098Z test history::tests::fetcher_timeout_errors ... ok
2026-06-06T06:05:37.0979098Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-06T06:05:37.0980497Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-06T06:05:37.0981656Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-06T06:05:37.0982564Z test ingest::tests::no_drops_is_empty ... ok
2026-06-06T06:05:37.0983212Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-06T06:05:37.0984066Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-06T06:05:37.0985243Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-06T06:05:37.0986010Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-06T06:05:37.0987560Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-06T06:05:37.0988207Z test psyche::tests::prompt_without_event ... ok
2026-06-06T06:05:37.1952903Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-06T06:05:37.4520394Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-06T06:05:37.4523991Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-06T06:05:37.4746742Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-06T06:05:37.6136707Z test pulse::tests::tick_ingests_drops ... ok
2026-06-06T06:05:37.6140569Z test pulse::tests::tick_reports_idle ... ok
2026-06-06T06:05:37.7657297Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-06T06:05:37.8619931Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-06T06:05:38.0787054Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-06T06:05:38.2306185Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-06T06:05:38.2525963Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-06T06:05:38.4024160Z test resume::tests::download_composes_two_tiers ... ok
2026-06-06T06:05:38.4024911Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-06T06:05:38.4025588Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-06T06:05:38.4026311Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-06T06:05:38.4029643Z test signoff::tests::stale_signoff_swept ... ok
2026-06-06T06:05:38.4240134Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-06T06:05:38.4246676Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-06T06:05:38.4250148Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-06T06:05:38.4451940Z test turn::tests::turn_captures_stdout ... ok
2026-06-06T06:05:38.7023631Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-06T06:05:38.7024069Z 
2026-06-06T06:05:38.7024473Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.94s
2026-06-06T06:05:38.7025018Z 
2026-06-06T06:05:38.7029361Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-15187ea7c44084b8)
2026-06-06T06:05:38.7045224Z 
2026-06-06T06:05:38.7045486Z running 22 tests
2026-06-06T06:05:38.7051494Z test deliver::tests::deferred_send_validates ... ok
2026-06-06T06:05:38.8215507Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-06T06:05:38.8301110Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-06T06:05:38.8754485Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-06T06:05:38.8796550Z test deliver::tests::send_outcome_mapping ... ok
2026-06-06T06:05:38.8872576Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-06T06:05:38.8927900Z test listener::tests::drop_unregisters_address ... ok
2026-06-06T06:05:38.9451764Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-06T06:05:38.9810745Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-06T06:05:38.9936735Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-06T06:05:39.0528356Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-06T06:05:39.0982963Z test ready::tests::backlog_drains_on_start ... ok
2026-06-06T06:05:39.0983993Z test ring::tests::ring_no_perch ... ok
2026-06-06T06:05:39.1417119Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-06T06:05:39.2036447Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-06T06:05:39.2038283Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-06T06:05:39.2039948Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-06T06:05:39.2044077Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-06T06:05:39.2047107Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-06T06:05:39.2068298Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-06T06:05:39.2630288Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-06T06:05:39.5255837Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-06T06:05:39.5256367Z 
2026-06-06T06:05:39.5257004Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
2026-06-06T06:05:39.5257663Z 
2026-06-06T06:05:39.5262307Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-332ce10283d0cd6b)
2026-06-06T06:05:39.5277783Z 
2026-06-06T06:05:39.5285292Z running 2 tests
2026-06-06T06:05:39.7482659Z test offline_then_online_delivers_backlog ... ok
2026-06-06T06:05:39.8080670Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-06T06:05:39.8081303Z 
2026-06-06T06:05:39.8081839Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-06T06:05:39.8082589Z 
2026-06-06T06:05:39.8086423Z      Running unittests src/lib.rs (target/debug/deps/spt_net-4256666e64a37055)
2026-06-06T06:05:39.8120369Z 
2026-06-06T06:05:39.8120715Z running 100 tests
2026-06-06T06:05:39.8126235Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-06T06:05:39.8128439Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-06T06:05:39.8129712Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-06T06:05:39.8133217Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-06T06:05:39.8134203Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-06T06:05:39.8145302Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-06T06:05:39.8146393Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-06T06:05:39.8160731Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-06T06:05:39.8183281Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-06T06:05:39.8184331Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-06T06:05:39.8185287Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-06T06:05:39.8186397Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-06T06:05:39.8187263Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-06T06:05:39.8188228Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-06T06:05:39.8189281Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-06T06:05:39.8190731Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-06T06:05:39.8191649Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-06T06:05:39.8192561Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-06T06:05:39.8193376Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-06T06:05:39.8194163Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-06T06:05:39.8194963Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-06T06:05:39.8270878Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-06T06:05:39.8304718Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-06T06:05:39.8313711Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-06T06:05:39.8340511Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-06T06:05:39.8369013Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-06T06:05:39.8397428Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-06T06:05:39.8436151Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-06T06:05:39.8451173Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-06T06:05:39.8452534Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-06T06:05:39.8453922Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-06T06:05:39.8460695Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-06T06:05:39.8472401Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-06T06:05:39.8480484Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-06T06:05:39.8484961Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-06T06:05:39.8487166Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-06T06:05:39.8488211Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-06T06:05:39.8489326Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-06T06:05:39.8494871Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-06T06:05:39.8512627Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-06T06:05:39.8522371Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-06T06:05:39.8526467Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-06T06:05:39.8532462Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-06T06:05:39.8590891Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-06T06:05:39.8714036Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-06T06:05:39.8718369Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-06T06:05:39.9049149Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-06T06:05:39.9090842Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-06T06:05:39.9231166Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-06T06:05:39.9408409Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-06T06:05:39.9656555Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-06T06:05:39.9681068Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-06T06:05:39.9711487Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-06T06:05:39.9727114Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-06T06:05:39.9729347Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-06T06:05:39.9731222Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-06T06:05:39.9732247Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-06T06:05:39.9733341Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-06T06:05:39.9734372Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-06T06:05:39.9735453Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-06T06:05:39.9744833Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-06T06:05:39.9753632Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-06T06:05:39.9754752Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-06T06:05:39.9756248Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-06T06:05:39.9757958Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-06T06:05:39.9759511Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-06T06:05:39.9760510Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-06T06:05:39.9761520Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-06T06:05:39.9762583Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-06T06:05:39.9763690Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-06T06:05:39.9764679Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-06T06:05:39.9765759Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-06T06:05:39.9766765Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-06T06:05:39.9776922Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-06T06:05:39.9778777Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-06T06:05:39.9780136Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-06T06:05:39.9781105Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-06T06:05:39.9782107Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-06T06:05:39.9783135Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-06T06:05:39.9784130Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-06T06:05:39.9785116Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-06T06:05:39.9786230Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-06T06:05:39.9787197Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-06T06:05:39.9788246Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-06T06:05:39.9789442Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-06T06:05:39.9790376Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-06T06:05:39.9791151Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-06T06:05:39.9791975Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-06T06:05:39.9792814Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-06T06:05:39.9793664Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-06T06:05:39.9794538Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-06T06:05:39.9795553Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-06T06:05:39.9796479Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-06T06:05:39.9797456Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-06T06:05:39.9798497Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-06T06:05:39.9800348Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-06T06:05:39.9801248Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-06T06:05:39.9802113Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-06T06:05:39.9803122Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-06T06:05:39.9994365Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-06T06:05:39.9994910Z 
2026-06-06T06:05:39.9995334Z test result: ok. 99 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-06T06:05:39.9995898Z 
2026-06-06T06:05:40.0025729Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-22c96f62b84cb1e1)
2026-06-06T06:05:40.0039580Z 
2026-06-06T06:05:40.0039806Z running 54 tests
2026-06-06T06:05:40.0043081Z test addr::tests::display_round_trips ... ok
2026-06-06T06:05:40.0043707Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-06T06:05:40.0045530Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-06T06:05:40.0047045Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-06T06:05:40.0047708Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-06T06:05:40.0048310Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-06T06:05:40.0049064Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-06T06:05:40.0060131Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-06T06:05:40.0060893Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-06T06:05:40.0061620Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-06T06:05:40.0062299Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-06T06:05:40.0062946Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-06T06:05:40.0063566Z test endpoint::tests::broker_and_node_families ... ok
2026-06-06T06:05:40.0064233Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-06T06:05:40.0069813Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-06T06:05:40.0070701Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-06T06:05:40.0072204Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-06T06:05:40.0073176Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-06T06:05:40.0074014Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-06T06:05:40.0074844Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-06T06:05:40.0075733Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-06T06:05:40.0076455Z test envelope::tests::parser_both_tags_present ... ok
2026-06-06T06:05:40.0077128Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-06T06:05:40.0077890Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-06T06:05:40.0078579Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-06T06:05:40.0079120Z test event::tests::alarm_event_round_trips ... ok
2026-06-06T06:05:40.0079979Z test event::tests::attr_order_preserved ... ok
2026-06-06T06:05:40.0080644Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-06T06:05:40.0081377Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-06T06:05:40.0082006Z test event::tests::msg_event_round_trips ... ok
2026-06-06T06:05:40.0082556Z test event::tests::empty_body_envelope_parses ... ok
2026-06-06T06:05:40.0083153Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-06T06:05:40.0083855Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-06T06:05:40.0084513Z test id::tests::accepts_japanese_scripts ... ok
2026-06-06T06:05:40.0085078Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-06T06:05:40.0086118Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-06T06:05:40.0086746Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-06T06:05:40.0087320Z test id::tests::reserves_address_delimiters ... ok
2026-06-06T06:05:40.0087900Z test id::tests::reports_bad_char_position ... ok
2026-06-06T06:05:40.0088470Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-06T06:05:40.0089077Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-06T06:05:40.0105898Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-06T06:05:40.0106616Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-06T06:05:40.0107226Z test identity::tests::sign_verify_round_trip ... ok
2026-06-06T06:05:40.0107881Z test payload::tests::base64_known_vectors ... ok
2026-06-06T06:05:40.0108556Z test payload::tests::command_payload_round_trips ... ok
2026-06-06T06:05:40.0113068Z test payload::tests::text_payload_round_trips ... ok
2026-06-06T06:05:40.0114381Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-06T06:05:40.0115075Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-06T06:05:40.0115736Z test version::tests::current_version_self_compatible ... ok
2026-06-06T06:05:40.0116434Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-06T06:05:40.0117173Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-06T06:05:40.0125955Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-06T06:05:40.0349108Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-06T06:05:40.0349638Z 
2026-06-06T06:05:40.0350040Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-06T06:05:40.0350601Z 
2026-06-06T06:05:40.0352686Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-b1bab8c006e44292)
2026-06-06T06:05:40.0369694Z 
2026-06-06T06:05:40.0370448Z running 26 tests
2026-06-06T06:05:40.0377459Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-06T06:05:40.0378590Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-06T06:05:40.0389987Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-06T06:05:40.0391001Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-06T06:05:40.0396158Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-06T06:05:40.0397059Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-06T06:05:40.0410494Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-06T06:05:40.0431972Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-06T06:05:40.0433009Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-06T06:05:40.0440378Z test manifest::tests::manifest_schema_shape ... ok
2026-06-06T06:05:40.0441363Z test manifest::tests::shell_fixture_parses ... ok
2026-06-06T06:05:40.0442282Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-06T06:05:40.0449674Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-06T06:05:40.0450577Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-06T06:05:40.0451301Z test manifest::tests::round_trips_through_toml ... ok
2026-06-06T06:05:40.0459298Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-06T06:05:40.0460292Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-06T06:05:40.0491397Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-06T06:05:40.0492502Z test runtime::tests::fills_known_placeholders ... ok
2026-06-06T06:05:40.0502784Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-06T06:05:40.0503567Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-06T06:05:40.0504318Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-06T06:05:40.0505474Z test runtime::tests::unknown_role_errors ... ok
2026-06-06T06:05:40.0517831Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-06T06:05:40.0672590Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-06T06:05:40.3523041Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-06T06:05:40.3523658Z 
2026-06-06T06:05:40.3524176Z test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-06T06:05:40.3524843Z 
2026-06-06T06:05:40.3530282Z      Running unittests src/lib.rs (target/debug/deps/spt_store-e30de736db0fa71b)
2026-06-06T06:05:40.3547712Z 
2026-06-06T06:05:40.3548275Z running 140 tests
2026-06-06T06:05:40.3551437Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-06T06:05:40.3557473Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-06T06:05:40.3558142Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-06T06:05:40.3559084Z test access::tests::recent_outbound_persists ... ok
2026-06-06T06:05:40.3559969Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-06T06:05:40.3563064Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-06T06:05:40.3564516Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-06T06:05:40.3565251Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-06T06:05:40.3566248Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-06T06:05:40.3591024Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-06T06:05:40.3600485Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-06T06:05:40.3611666Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-06T06:05:40.4141583Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-06T06:05:40.4992473Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-06T06:05:40.5048167Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-06T06:05:40.5049404Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-06T06:05:40.5051054Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-06T06:05:40.5052076Z test contextmark::tests::merge_decisions ... ok
2026-06-06T06:05:40.5053092Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-06T06:05:40.5054028Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-06T06:05:40.5091532Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-06T06:05:40.5157926Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-06T06:05:40.6591086Z test contextstore::tests::invalid_id_refused ... ok
2026-06-06T06:05:40.7856879Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-06T06:05:40.8927455Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-06T06:05:40.9687705Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-06T06:05:41.3143393Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-06T06:05:41.3156368Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-06T06:05:41.3162054Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-06T06:05:41.3166499Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-06T06:05:41.3172199Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-06T06:05:41.3220463Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-06T06:05:41.3222786Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-06T06:05:41.3223700Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-06T06:05:41.3241959Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-06T06:05:41.3245531Z test history::tests::appends_one_record_per_line ... ok
2026-06-06T06:05:41.3272811Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-06T06:05:41.3280150Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-06T06:05:41.3283509Z test home::tests::home_assignment_matrix ... ok
2026-06-06T06:05:41.3284324Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-06T06:05:41.3292711Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-06T06:05:41.3294483Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-06T06:05:41.3295569Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-06T06:05:41.3296598Z test info::tests::corrupt_content_returns_none ... ok
2026-06-06T06:05:41.3300369Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-06T06:05:41.3310523Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-06T06:05:41.3326753Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-06T06:05:41.3349948Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-06T06:05:41.3355168Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-06T06:05:41.3356302Z test info::tests::set_status_marks_existing_record ... ok
2026-06-06T06:05:41.3357044Z test info::tests::write_read_round_trip ... ok
2026-06-06T06:05:41.3358757Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-06T06:05:41.3364896Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-06T06:05:41.3368930Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-06T06:05:41.3376266Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-06T06:05:41.3386220Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-06T06:05:41.3388697Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-06T06:05:41.3397257Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-06T06:05:41.3407958Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-06T06:05:41.4074326Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-06T06:05:41.4647850Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-06T06:05:41.5131899Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-06T06:05:41.6036059Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-06T06:05:41.6037050Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-06T06:05:41.6053080Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-06T06:05:41.6088751Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-06T06:05:41.6091347Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-06T06:05:41.6092059Z test perch::tests::classification_matrix ... ok
2026-06-06T06:05:41.6094102Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-06T06:05:41.6102464Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-06T06:05:41.6104707Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-06T06:05:41.6107457Z test perch::tests::resolve_self_is_flat ... ok
2026-06-06T06:05:41.6113155Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-06T06:05:41.6118934Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-06T06:05:41.6120142Z test proc::tests::current_process_is_alive ... ok
2026-06-06T06:05:41.6121406Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-06T06:05:41.6122445Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-06T06:05:41.6123033Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-06T06:05:41.6332847Z test proc::tests::zombie_child_reads_dead ... ok
2026-06-06T06:05:41.6910367Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-06T06:05:41.6911158Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-06T06:05:41.6927589Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-06T06:05:41.7087498Z test project::tests::derivation_ladder ... ok
2026-06-06T06:05:41.7140756Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-06T06:05:41.8159746Z test registry::tests::register_and_lookup ... ok
2026-06-06T06:05:41.8241385Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-06T06:05:41.8272823Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-06T06:05:41.8835152Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-06T06:05:41.9354860Z test registry::tests::reregister_replaces_address ... ok
2026-06-06T06:05:41.9365740Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-06T06:05:41.9379592Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-06T06:05:41.9396542Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-06T06:05:41.9397455Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-06T06:05:41.9399426Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-06T06:05:41.9720369Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-06T06:05:41.9724120Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-06T06:05:41.9741857Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-06T06:05:41.9751925Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-06T06:05:41.9855416Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-06T06:05:42.1492450Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-06T06:05:42.1898321Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-06T06:05:42.2658679Z test spool::tests::reopen_is_idempotent ... ok
2026-06-06T06:05:42.3234452Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-06T06:05:42.3678396Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-06T06:05:42.4276900Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-06T06:05:42.4277777Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-06T06:05:42.4281234Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-06T06:05:42.4282289Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-06T06:05:42.4289741Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-06T06:05:42.4294874Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-06T06:05:42.4297919Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-06T06:05:42.4301517Z test subnet::tests::remove_drops_membership ... ok
2026-06-06T06:05:42.4306204Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-06T06:05:42.4320630Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-06T06:05:42.4685311Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-06T06:05:42.5055086Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-06T06:05:42.5251906Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-06T06:05:43.0609933Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-06T06:05:43.0617385Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-06T06:05:43.1031106Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-06T06:05:43.3513987Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-06T06:05:43.3515238Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-06T06:05:43.3517162Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-06T06:05:43.3519380Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-06T06:05:43.3522616Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-06T06:05:43.3523425Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-06T06:05:43.3530589Z test trust::tests::revoke_removes_trust ... ok
2026-06-06T06:05:43.3532091Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-06T06:05:43.3533090Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-06T06:05:43.3534008Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-06T06:05:43.3536873Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-06T06:05:43.3538128Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-06T06:05:43.3552819Z test visibility::tests::override_wins_both_directions ... ok
2026-06-06T06:05:43.3553598Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-06T06:05:43.3554400Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-06T06:05:43.3562394Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-06T06:05:43.3566368Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-06T06:05:43.4095752Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-06T06:05:43.7081418Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-06T06:05:44.2212505Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-06T06:05:44.2213072Z 
2026-06-06T06:05:44.2213510Z test result: ok. 140 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.87s
2026-06-06T06:05:44.2214087Z 
2026-06-06T06:05:44.2221567Z      Running unittests src/lib.rs (target/debug/deps/spt_term-a9d3b0e1b5966b3c)
2026-06-06T06:05:44.2238351Z 
2026-06-06T06:05:44.2238711Z running 8 tests
2026-06-06T06:05:44.2272239Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-06T06:05:44.2293707Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-06T06:05:44.2298493Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-06T06:05:44.2299307Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-06T06:05:44.2300079Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-06T06:05:44.2300819Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-06T06:05:44.2302276Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-06T06:05:44.2348697Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-06T06:05:44.2349093Z 
2026-06-06T06:05:44.2349573Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-06T06:05:44.2350124Z 
2026-06-06T06:05:44.2354278Z      Running tests/digest.rs (target/debug/deps/digest-0566bef10b80a98a)
2026-06-06T06:05:44.2370479Z 
2026-06-06T06:05:44.2370863Z running 1 test
2026-06-06T06:05:44.2434950Z test digest_parses_a_real_pty_stream ... ok
2026-06-06T06:05:44.2435348Z 
2026-06-06T06:05:44.2435740Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-06T06:05:44.2436315Z 
2026-06-06T06:05:44.2438649Z      Running tests/dsr.rs (target/debug/deps/dsr-d6ed93efea885414)
2026-06-06T06:05:44.2452240Z 
2026-06-06T06:05:44.2452531Z running 1 test
2026-06-06T06:05:44.2566236Z test drain_forwards_child_output ... ok
2026-06-06T06:05:44.2566621Z 
2026-06-06T06:05:44.2567047Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-06T06:05:44.2567626Z 
2026-06-06T06:05:44.2568226Z      Running tests/inject.rs (target/debug/deps/inject-5daddf216d2dbdc1)
2026-06-06T06:05:44.2581784Z 
2026-06-06T06:05:44.2582139Z running 2 tests
2026-06-06T06:05:44.2698646Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-06T06:05:44.2800446Z test ctrl_c_interrupts_the_child ... ok
2026-06-06T06:05:44.2800815Z 
2026-06-06T06:05:44.2801223Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-06T06:05:44.2801775Z 
2026-06-06T06:05:44.2806113Z      Running tests/stream.rs (target/debug/deps/stream-a7439e94eda543ad)
2026-06-06T06:05:44.2820080Z 
2026-06-06T06:05:44.2820628Z running 2 tests
2026-06-06T06:05:44.2838553Z test delivers_every_value_under_resize ... ok
2026-06-06T06:05:45.2849035Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-06T06:05:45.2849929Z 
2026-06-06T06:05:45.2850675Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
2026-06-06T06:05:45.2851348Z 
2026-06-06T06:05:45.2855376Z      Running tests/surface.rs (target/debug/deps/surface-d67a6bbf61a7b7e0)
2026-06-06T06:05:45.2870032Z 
2026-06-06T06:05:45.2870307Z running 2 tests
2026-06-06T06:05:45.2890067Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-06T06:05:45.2891441Z test captures_child_output_off_the_pty ... ok
2026-06-06T06:05:45.2891820Z 
2026-06-06T06:05:45.2892217Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:45.2892792Z 
2026-06-06T06:05:45.2894997Z      Running unittests src/main.rs (target/debug/deps/xtask-65875c3bee94dcc3)
2026-06-06T06:05:45.2907469Z 
2026-06-06T06:05:45.2908225Z running 0 tests
2026-06-06T06:05:45.2908463Z 
2026-06-06T06:05:45.2908911Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:45.2909583Z 
2026-06-06T06:05:45.2909854Z    Doc-tests spt_daemon
2026-06-06T06:05:45.7055266Z 
2026-06-06T06:05:45.7055768Z running 0 tests
2026-06-06T06:05:45.7056048Z 
2026-06-06T06:05:45.7056471Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:45.7057026Z 
2026-06-06T06:05:45.7108006Z    Doc-tests spt_live
2026-06-06T06:05:45.7619665Z 
2026-06-06T06:05:45.7620174Z running 0 tests
2026-06-06T06:05:45.7620451Z 
2026-06-06T06:05:45.7620869Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:45.7621432Z 
2026-06-06T06:05:45.7656648Z    Doc-tests spt_msg
2026-06-06T06:05:45.8088775Z 
2026-06-06T06:05:45.8089435Z running 0 tests
2026-06-06T06:05:45.8089703Z 
2026-06-06T06:05:45.8090170Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:45.8090740Z 
2026-06-06T06:05:45.8124548Z    Doc-tests spt_net
2026-06-06T06:05:46.0310600Z 
2026-06-06T06:05:46.0311354Z running 0 tests
2026-06-06T06:05:46.0311646Z 
2026-06-06T06:05:46.0312078Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:46.0312645Z 
2026-06-06T06:05:46.0366246Z    Doc-tests spt_proto
2026-06-06T06:05:46.0799412Z 
2026-06-06T06:05:46.0799892Z running 0 tests
2026-06-06T06:05:46.0800171Z 
2026-06-06T06:05:46.0800730Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:46.0801278Z 
2026-06-06T06:05:46.0835632Z    Doc-tests spt_runtime
2026-06-06T06:05:46.3399432Z 
2026-06-06T06:05:46.3399914Z running 0 tests
2026-06-06T06:05:46.3400191Z 
2026-06-06T06:05:46.3400621Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:46.3401220Z 
2026-06-06T06:05:46.3438648Z    Doc-tests spt_store
2026-06-06T06:05:46.5415321Z 
2026-06-06T06:05:46.5415826Z running 0 tests
2026-06-06T06:05:46.5416080Z 
2026-06-06T06:05:46.5416509Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:46.5417056Z 
2026-06-06T06:05:46.5453745Z    Doc-tests spt_term
2026-06-06T06:05:46.5988304Z 
2026-06-06T06:05:46.5988969Z running 0 tests
2026-06-06T06:05:46.5989378Z 
2026-06-06T06:05:46.5989828Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-06T06:05:46.5990542Z 
2026-06-06T06:05:46.6172143Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-06T06:05:46.6172925Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-06T06:05:46.6192045Z shell: /usr/bin/bash -e {0}
2026-06-06T06:05:46.6192429Z ##[endgroup]
2026-06-06T06:05:47.1531358Z     Checking libc v0.2.186
2026-06-06T06:05:47.1533946Z     Checking serde_core v1.0.228
2026-06-06T06:05:47.1630817Z     Checking cfg-if v1.0.4
2026-06-06T06:05:47.1632189Z     Checking typenum v1.20.1
2026-06-06T06:05:47.2000149Z     Checking memchr v2.8.1
2026-06-06T06:05:47.8710285Z     Checking critical-section v1.2.0
2026-06-06T06:05:47.9343393Z     Checking subtle v2.6.1
2026-06-06T06:05:48.0966767Z     Checking zeroize v1.8.2
2026-06-06T06:05:48.2430330Z     Checking smallvec v1.15.1
2026-06-06T06:05:48.4710382Z     Checking pin-project-lite v0.2.17
2026-06-06T06:05:48.5240587Z     Checking itoa v1.0.18
2026-06-06T06:05:48.5660569Z     Checking generic-array v0.14.7
2026-06-06T06:05:48.6711020Z     Checking equivalent v1.0.2
2026-06-06T06:05:48.7120420Z     Checking cpufeatures v0.2.17
2026-06-06T06:05:48.7540582Z     Checking log v0.4.32
2026-06-06T06:05:48.9390394Z     Checking bitflags v2.12.1
2026-06-06T06:05:49.1130315Z     Checking hashbrown v0.17.1
2026-06-06T06:05:49.3510563Z     Checking getrandom v0.2.17
2026-06-06T06:05:49.4750625Z     Checking crypto-common v0.1.7
2026-06-06T06:05:49.4916879Z     Checking bytes v1.11.1
2026-06-06T06:05:49.5677581Z     Checking futures-core v0.3.32
2026-06-06T06:05:49.6750514Z     Checking rand_core v0.10.1
2026-06-06T06:05:49.8170409Z     Checking socket2 v0.6.4
2026-06-06T06:05:49.9880847Z     Checking indexmap v2.14.0
2026-06-06T06:05:50.2420446Z     Checking block-buffer v0.10.4
2026-06-06T06:05:50.2955853Z     Checking mio v1.2.1
2026-06-06T06:05:50.3530580Z     Checking stable_deref_trait v1.2.1
2026-06-06T06:05:50.4000611Z     Checking digest v0.10.7
2026-06-06T06:05:50.5070554Z     Checking serde v1.0.228
2026-06-06T06:05:50.6420639Z     Checking getrandom v0.4.2
2026-06-06T06:05:50.7462841Z     Checking tokio v1.52.3
2026-06-06T06:05:50.8050628Z     Checking slab v0.4.12
2026-06-06T06:05:50.9800604Z     Checking futures-io v0.3.32
2026-06-06T06:05:51.0490989Z     Checking futures-sink v0.3.32
2026-06-06T06:05:51.0840929Z     Checking futures-task v0.3.32
2026-06-06T06:05:51.1170191Z     Checking futures-channel v0.3.32
2026-06-06T06:05:51.2190374Z     Checking zerofrom v0.1.8
2026-06-06T06:05:51.3300954Z     Checking yoke v0.8.3
2026-06-06T06:05:51.3361435Z     Checking portable-atomic v1.13.1
2026-06-06T06:05:51.3820792Z     Checking futures-util v0.3.32
2026-06-06T06:05:51.5423542Z     Checking rand_core v0.6.4
2026-06-06T06:05:51.6957283Z     Checking zerovec v0.11.6
2026-06-06T06:05:52.1198251Z     Checking once_cell v1.21.4
2026-06-06T06:05:52.3250649Z     Checking curve25519-dalek v4.1.3
2026-06-06T06:05:52.5530803Z     Checking zerocopy v0.8.50
2026-06-06T06:05:53.7267092Z     Checking sha2 v0.10.9
2026-06-06T06:05:54.0953095Z     Checking signature v2.2.0
2026-06-06T06:05:54.1798418Z     Checking ed25519 v2.2.3
2026-06-06T06:05:54.2910153Z     Checking ed25519-dalek v2.2.0
2026-06-06T06:05:54.4990232Z     Checking zmij v1.0.21
2026-06-06T06:05:54.8360567Z     Checking fastrand v2.4.1
2026-06-06T06:05:55.0576847Z     Checking libsqlite3-sys v0.30.1
2026-06-06T06:05:55.3000568Z     Checking serde_json v1.0.150
2026-06-06T06:05:55.4442500Z     Checking tinystr v0.8.3
2026-06-06T06:05:55.6428053Z     Checking tracing-core v0.1.36
2026-06-06T06:05:56.1440453Z     Checking fallible-iterator v0.3.0
2026-06-06T06:05:56.5330659Z     Checking litemap v0.8.2
2026-06-06T06:05:56.6180660Z     Checking fallible-streaming-iterator v0.1.9
2026-06-06T06:05:56.7500673Z     Checking writeable v0.6.3
2026-06-06T06:05:56.7501262Z     Checking tracing v0.1.44
2026-06-06T06:05:56.9410982Z     Checking spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-06T06:05:56.9530879Z     Checking icu_locale_core v2.2.0
2026-06-06T06:05:57.0041280Z     Checking zerotrie v0.2.4
2026-06-06T06:05:57.3320341Z     Checking potential_utf v0.1.5
2026-06-06T06:05:57.4290565Z     Checking utf8_iter v1.0.4
2026-06-06T06:05:57.4640557Z     Checking tokio-util v0.7.18
2026-06-06T06:05:57.5420590Z     Checking icu_collections v2.2.0
2026-06-06T06:05:58.0081048Z     Checking icu_normalizer_data v2.2.0
2026-06-06T06:05:58.0610605Z     Checking icu_properties_data v2.2.0
2026-06-06T06:05:58.1400648Z     Checking icu_provider v2.2.0
2026-06-06T06:05:58.2050617Z     Checking percent-encoding v2.3.2
2026-06-06T06:05:58.3381523Z     Checking http v1.4.1
2026-06-06T06:05:58.4430643Z     Checking cpufeatures v0.3.0
2026-06-06T06:05:58.4520364Z     Checking icu_properties v2.2.0
2026-06-06T06:05:58.4820336Z     Checking icu_normalizer v2.2.0
2026-06-06T06:05:58.6920847Z     Checking ahash v0.8.12
2026-06-06T06:05:58.8630161Z     Checking hashbrown v0.14.5
2026-06-06T06:05:58.9470328Z     Checking rustls-pki-types v1.14.1
2026-06-06T06:05:59.3880320Z     Checking thiserror v2.0.18
2026-06-06T06:05:59.4103511Z     Checking chacha20 v0.10.0
2026-06-06T06:05:59.4490456Z     Checking form_urlencoded v1.2.2
2026-06-06T06:05:59.5770319Z     Checking ipnet v2.12.0
2026-06-06T06:05:59.6910723Z     Checking untrusted v0.9.0
2026-06-06T06:05:59.7300494Z     Checking hashlink v0.9.1
2026-06-06T06:05:59.7790416Z     Checking ring v0.17.14
2026-06-06T06:05:59.9642733Z     Checking rand v0.10.1
2026-06-06T06:06:00.1590561Z     Checking rusqlite v0.32.1
2026-06-06T06:06:00.2551411Z     Checking idna_adapter v1.2.2
2026-06-06T06:06:00.3340698Z     Checking idna v1.1.0
2026-06-06T06:06:00.6670190Z     Checking url v2.5.8
2026-06-06T06:06:00.7990356Z     Checking scopeguard v1.2.0
2026-06-06T06:06:00.8558440Z     Checking lock_api v0.4.14
2026-06-06T06:06:01.1440542Z     Checking const-oid v0.10.2
2026-06-06T06:06:01.3190403Z     Checking linux-raw-sys v0.12.1
2026-06-06T06:06:01.3569739Z     Checking spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-06T06:06:01.4200453Z     Checking atomic-waker v1.1.2
2026-06-06T06:06:01.4770459Z     Checking fnv v1.0.7
2026-06-06T06:06:01.5290494Z     Checking h2 v0.4.14
2026-06-06T06:06:01.7240613Z     Checking rustls-webpki v0.103.13
2026-06-06T06:06:01.8260587Z     Checking rustix v1.1.4
2026-06-06T06:06:02.4380093Z     Checking rustls v0.23.40
2026-06-06T06:06:04.1120716Z     Checking spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-06T06:06:04.4323970Z     Checking derive_more v2.1.1
2026-06-06T06:06:04.5520333Z     Checking http-body v1.0.1
2026-06-06T06:06:04.6630258Z     Checking hybrid-array v0.4.12
2026-06-06T06:06:04.9430681Z     Checking base64ct v1.8.3
2026-06-06T06:06:05.2516784Z     Checking pem-rfc7468 v1.0.0
2026-06-06T06:06:05.4110691Z     Checking httparse v1.10.1
2026-06-06T06:06:05.5910452Z     Checking try-lock v0.2.5
2026-06-06T06:06:05.6600647Z     Checking tinyvec_macros v0.1.1
2026-06-06T06:06:05.6928711Z     Checking tower-service v0.3.3
2026-06-06T06:06:05.6976380Z     Checking base64 v0.22.1
2026-06-06T06:06:05.7460645Z     Checking data-encoding v2.11.0
2026-06-06T06:06:06.0567382Z     Checking tinyvec v1.11.0
2026-06-06T06:06:06.1758092Z     Checking want v0.3.1
2026-06-06T06:06:06.2750460Z     Checking n0-error v0.1.3
2026-06-06T06:06:06.5040639Z     Checking crypto-common v0.2.2
2026-06-06T06:06:06.6140683Z     Checking block-buffer v0.12.0
2026-06-06T06:06:06.7651285Z     Checking der v0.8.0-rc.10
2026-06-06T06:06:07.0627275Z     Checking inout v0.1.4
2026-06-06T06:06:07.1761950Z     Checking serial-core v0.4.0
2026-06-06T06:06:07.2350407Z     Checking ioctl-rs v0.1.6
2026-06-06T06:06:07.2920462Z     Checking termios v0.2.2
2026-06-06T06:06:07.2965231Z     Checking spin v0.10.0
2026-06-06T06:06:07.3850538Z     Checking httpdate v1.0.3
2026-06-06T06:06:07.3970543Z     Checking cordyceps v0.3.4
2026-06-06T06:06:07.5343350Z     Checking diatomic-waker v0.2.3
2026-06-06T06:06:07.6380582Z     Checking parking v2.2.1
2026-06-06T06:06:07.7001222Z     Checking digest v0.11.3
2026-06-06T06:06:07.7241358Z     Checking futures-lite v2.6.1
2026-06-06T06:06:07.7664732Z     Checking futures-buffered v0.2.13
2026-06-06T06:06:07.8650614Z     Checking hyper v1.10.1
2026-06-06T06:06:08.1440665Z     Checking serial-unix v0.4.0
2026-06-06T06:06:08.2750411Z     Checking thiserror v1.0.69
2026-06-06T06:06:08.3340643Z     Checking pin-project v1.1.13
2026-06-06T06:06:08.3860644Z     Checking cipher v0.4.4
2026-06-06T06:06:08.4040812Z     Checking spki v0.8.0-rc.4
2026-06-06T06:06:08.5730424Z     Checking netlink-packet-core v0.8.1
2026-06-06T06:06:08.6582019Z     Checking tokio-rustls v0.26.4
2026-06-06T06:06:08.8990672Z     Checking memoffset v0.6.5
2026-06-06T06:06:08.9230580Z     Checking num-traits v0.2.19
2026-06-06T06:06:08.9445379Z     Checking parking_lot_core v0.9.12
2026-06-06T06:06:08.9830832Z     Checking toml_datetime v0.6.11
2026-06-06T06:06:09.1726854Z     Checking serde_spanned v0.6.9
2026-06-06T06:06:09.2080688Z     Checking sync_wrapper v1.0.2
2026-06-06T06:06:09.2770449Z     Checking universal-hash v0.5.1
2026-06-06T06:06:09.2850309Z     Checking aho-corasick v1.1.4
2026-06-06T06:06:09.3740571Z     Checking toml_write v0.1.2
2026-06-06T06:06:09.5730731Z     Checking regex-syntax v0.8.10
2026-06-06T06:06:09.7230281Z     Checking either v1.16.0
2026-06-06T06:06:09.9590650Z     Checking winnow v0.7.15
2026-06-06T06:06:09.9880682Z     Checking opaque-debug v0.3.1
2026-06-06T06:06:10.0250553Z     Checking byteorder v1.5.0
2026-06-06T06:06:10.2223865Z     Checking pin-utils v0.1.0
2026-06-06T06:06:10.2610286Z     Checking bitflags v1.3.2
2026-06-06T06:06:10.3080379Z     Checking nix v0.25.1
2026-06-06T06:06:10.6144115Z     Checking hash32 v0.2.1
2026-06-06T06:06:10.7787730Z     Checking polyval v0.6.2
2026-06-06T06:06:10.9400665Z     Checking prefix-trie v0.8.4
2026-06-06T06:06:11.8060292Z     Checking hyper-util v0.1.20
2026-06-06T06:06:12.0668720Z     Checking regex-automata v0.4.14
2026-06-06T06:06:12.5630486Z     Checking toml_edit v0.22.27
2026-06-06T06:06:13.9300638Z     Checking ref-cast v1.0.25
2026-06-06T06:06:13.9890656Z     Checking parking_lot v0.12.5
2026-06-06T06:06:14.2336261Z     Checking n0-future v0.3.2
2026-06-06T06:06:14.3413288Z     Checking pkcs8 v0.11.0-rc.10
2026-06-06T06:06:14.4932489Z     Checking filedescriptor v0.8.3
2026-06-06T06:06:14.6480843Z     Checking serial v0.4.0
2026-06-06T06:06:14.6911636Z     Checking crossbeam-utils v0.8.21
2026-06-06T06:06:14.7670694Z     Checking tempfile v3.27.0
2026-06-06T06:06:14.8988372Z     Checking spin v0.9.8
2026-06-06T06:06:15.0310640Z     Checking anyhow v1.0.102
2026-06-06T06:06:15.1160371Z     Checking futures-executor v0.3.32
2026-06-06T06:06:15.1940746Z     Checking signature v3.0.0
2026-06-06T06:06:15.2570702Z     Checking tower-layer v0.3.3
2026-06-06T06:06:15.2830577Z     Checking dyn-clone v1.0.20
2026-06-06T06:06:15.2873883Z     Checking shell-words v1.1.1
2026-06-06T06:06:15.2929579Z     Checking downcast-rs v1.2.1
2026-06-06T06:06:15.3494631Z     Checking schemars v1.2.1
2026-06-06T06:06:15.3560449Z     Checking ed25519 v3.0.0-rc.4
2026-06-06T06:06:15.3773815Z     Checking portable-pty v0.8.1
2026-06-06T06:06:15.4344683Z     Checking futures v0.3.32
2026-06-06T06:06:15.4829338Z     Checking toml v0.8.23
2026-06-06T06:06:15.5441418Z     Checking heapless v0.7.17
2026-06-06T06:06:15.6869084Z     Checking regex v1.12.3
2026-06-06T06:06:16.0274636Z     Checking noq-udp v0.10.0
2026-06-06T06:06:16.1340929Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-06T06:06:16.3550643Z     Checking hickory-proto v0.26.0-beta.4
2026-06-06T06:06:16.3881124Z     Checking ghash v0.5.1
2026-06-06T06:06:16.4560304Z     Checking ctr v0.9.2
2026-06-06T06:06:16.4620534Z     Checking aes v0.8.4
2026-06-06T06:06:16.6320307Z     Checking sha2 v0.11.0-rc.5
2026-06-06T06:06:17.0781002Z     Checking http-body-util v0.1.3
2026-06-06T06:06:17.3790355Z     Checking cobs v0.3.0
2026-06-06T06:06:17.5101031Z     Checking netlink-sys v0.8.8
2026-06-06T06:06:17.7000881Z     Checking aead v0.5.2
2026-06-06T06:06:17.7091055Z     Checking powerfmt v0.2.0
2026-06-06T06:06:17.7268224Z     Checking openssl-probe v0.2.1
2026-06-06T06:06:17.7980658Z     Checking rustls-native-certs v0.8.4
2026-06-06T06:06:17.8037322Z     Checking aes-gcm v0.10.3
2026-06-06T06:06:17.8690888Z     Checking deranged v0.5.8
2026-06-06T06:06:17.9101629Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-06T06:06:17.9590400Z     Checking postcard v1.1.3
2026-06-06T06:06:18.1740575Z     Checking tower v0.5.3
2026-06-06T06:06:18.4479409Z     Checking data-encoding-macro v0.1.20
2026-06-06T06:06:18.4950792Z     Checking crossbeam-epoch v0.9.18
2026-06-06T06:06:18.8020641Z     Checking crossbeam-channel v0.5.15
2026-06-06T06:06:18.8417130Z     Checking netlink-packet-route v0.29.0
2026-06-06T06:06:19.0828601Z     Checking uuid v1.23.2
2026-06-06T06:06:19.4000325Z     Checking xml-rs v0.8.28
2026-06-06T06:06:19.4835007Z     Checking foldhash v0.2.0
2026-06-06T06:06:19.6140456Z     Checking num-conv v0.2.2
2026-06-06T06:06:19.7816948Z     Checking allocator-api2 v0.2.21
2026-06-06T06:06:19.7855446Z     Checking identity-hash v0.1.0
2026-06-06T06:06:19.8600435Z     Checking tagptr v0.2.0
2026-06-06T06:06:20.0070254Z     Checking sorted-index-buffer v0.2.1
2026-06-06T06:06:20.1456069Z     Checking rustc-hash v2.1.2
2026-06-06T06:06:20.1780587Z     Checking ryu v1.0.23
2026-06-06T06:06:20.2338899Z     Checking mac-addr v0.3.0
2026-06-06T06:06:20.2606467Z     Checking lru-slab v0.1.2
2026-06-06T06:06:20.3180521Z     Checking time-core v0.1.8
2026-06-06T06:06:20.3740472Z     Checking noq-proto v0.17.0
2026-06-06T06:06:20.3774220Z     Checking iroh-metrics v0.38.3
2026-06-06T06:06:20.4700714Z     Checking time v0.3.47
2026-06-06T06:06:21.0400687Z     Checking hashbrown v0.16.1
2026-06-06T06:06:21.2740288Z     Checking xmltree v0.10.3
2026-06-06T06:06:21.4310483Z     Checking moka v0.12.15
2026-06-06T06:06:21.9643127Z     Checking hickory-net v0.26.0-beta.4
2026-06-06T06:06:22.6940559Z     Checking strum v0.28.0
2026-06-06T06:06:22.7690601Z     Checking tower-http v0.6.11
2026-06-06T06:06:23.1878097Z     Checking iroh-base v0.98.0
2026-06-06T06:06:23.7350256Z     Checking num_enum v0.7.6
2026-06-06T06:06:23.8200644Z     Checking rustls-platform-verifier v0.7.0
2026-06-06T06:06:23.9350134Z     Checking netlink-proto v0.12.0
2026-06-06T06:06:23.9940822Z     Checking spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T06:06:24.2074203Z     Checking spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T06:06:24.8690384Z     Checking n0-watcher v0.6.1
2026-06-06T06:06:25.0955974Z     Checking hyper-rustls v0.27.9
2026-06-06T06:06:25.2960413Z     Checking netlink-packet-route v0.30.0
2026-06-06T06:06:25.7220344Z     Checking netdev v0.42.0
2026-06-06T06:06:26.1843171Z     Checking attohttpc v0.30.1
2026-06-06T06:06:26.6910361Z     Checking tokio-stream v0.1.18
2026-06-06T06:06:26.8590169Z     Checking simple-dns v0.9.3
2026-06-06T06:06:27.1234281Z     Checking resolv-conf v0.7.6
2026-06-06T06:06:27.3140772Z     Checking simdutf8 v0.1.5
2026-06-06T06:06:27.3503280Z     Checking smol_str v0.1.24
2026-06-06T06:06:27.4840650Z     Checking constant_time_eq v0.4.2
2026-06-06T06:06:27.5240473Z     Checking arrayvec v0.7.6
2026-06-06T06:06:27.5870792Z     Checking arrayref v0.3.9
2026-06-06T06:06:27.6270384Z     Checking sha1_smol v1.0.1
2026-06-06T06:06:27.7660629Z     Checking blake3 v1.8.5
2026-06-06T06:06:27.7870599Z     Checking tokio-websockets v0.13.2
2026-06-06T06:06:28.1429413Z     Checking iroh-dns v0.98.0
2026-06-06T06:06:28.2030608Z     Checking acto v0.8.2
2026-06-06T06:06:28.3395898Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-06T06:06:28.4790502Z     Checking noq v0.18.0
2026-06-06T06:06:28.9290517Z     Checking igd-next v0.17.1
2026-06-06T06:06:29.5500495Z     Checking reqwest v0.13.4
2026-06-06T06:06:29.5590685Z     Checking lru v0.16.4
2026-06-06T06:06:29.7440625Z     Checking webpki-roots v1.0.7
2026-06-06T06:06:29.8534421Z     Checking hmac v0.12.1
2026-06-06T06:06:29.9260821Z     Checking serde_bytes v0.11.19
2026-06-06T06:06:29.9685623Z     Checking seize v0.5.1
2026-06-06T06:06:30.1442744Z     Checking cmov v0.5.4
2026-06-06T06:06:30.1940662Z     Checking papaya v0.2.4
2026-06-06T06:06:30.4060408Z     Checking ctutils v0.4.2
2026-06-06T06:06:30.6900883Z     Checking hkdf v0.12.4
2026-06-06T06:06:30.7440641Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-06T06:06:30.7760632Z     Checking iroh-relay v0.98.0
2026-06-06T06:06:30.8013765Z     Checking backon v1.6.0
2026-06-06T06:06:31.0140738Z     Checking spake2 v0.4.0
2026-06-06T06:06:31.1980777Z     Checking sha1 v0.10.6
2026-06-06T06:06:31.3738336Z     Checking interprocess v2.4.2
2026-06-06T06:06:31.8617313Z     Checking spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T06:06:31.9820366Z     Checking utf8parse v0.2.2
2026-06-06T06:06:32.0500678Z     Checking anstyle-parse v1.0.0
2026-06-06T06:06:32.2040653Z     Checking anstyle-query v1.1.5
2026-06-06T06:06:32.2510567Z     Checking netwatch v0.16.0
2026-06-06T06:06:32.2620871Z     Checking colorchoice v1.0.5
2026-06-06T06:06:32.3230843Z     Checking is_terminal_polyfill v1.70.2
2026-06-06T06:06:32.3700734Z     Checking anstyle v1.0.14
2026-06-06T06:06:32.3756052Z     Checking terminal_size v0.4.4
2026-06-06T06:06:32.4600442Z     Checking clap_lex v1.1.0
2026-06-06T06:06:32.5994254Z     Checking anstream v1.0.0
2026-06-06T06:06:32.6140750Z     Checking strsim v0.11.1
2026-06-06T06:06:32.7980823Z     Checking qrcode v0.14.1
2026-06-06T06:06:32.8590408Z     Checking clap_builder v4.6.0
2026-06-06T06:06:33.1504849Z     Checking mock-adapter v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-06T06:06:33.4471908Z     Checking portmapper v0.16.0
2026-06-06T06:06:35.0850264Z     Checking iroh v0.98.2
2026-06-06T06:06:35.5530587Z     Checking clap v4.6.1
2026-06-06T06:06:42.9697536Z     Checking spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:06:45.1720148Z     Checking spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:06:49.9812347Z     Checking spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-06T06:06:49.9841699Z     Checking xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-06T06:06:55.4929738Z     Finished `dev` profile [unoptimized] target(s) in 1m 08s
2026-06-06T06:06:55.5717115Z ##[group]Run actions/checkout@v5
2026-06-06T06:06:55.5717581Z with:
2026-06-06T06:06:55.5717927Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:06:55.5718379Z   path: .adapter-notify
2026-06-06T06:06:55.5723843Z   token: ***
2026-06-06T06:06:55.5724173Z   ssh-strict: true
2026-06-06T06:06:55.5724510Z   ssh-user: git
2026-06-06T06:06:55.5724838Z   persist-credentials: true
2026-06-06T06:06:55.5725207Z   clean: true
2026-06-06T06:06:55.5725543Z   sparse-checkout-cone-mode: true
2026-06-06T06:06:55.5725952Z   fetch-depth: 1
2026-06-06T06:06:55.5726270Z   fetch-tags: false
2026-06-06T06:06:55.5726598Z   show-progress: true
2026-06-06T06:06:55.5726932Z   lfs: false
2026-06-06T06:06:55.5727240Z   submodules: false
2026-06-06T06:06:55.5727577Z   set-safe-directory: true
2026-06-06T06:06:55.5727937Z ##[endgroup]
2026-06-06T06:06:55.6929558Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:06:55.6939892Z ##[group]Getting Git version info
2026-06-06T06:06:55.6941037Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:06:55.6985626Z [command]/usr/bin/git version
2026-06-06T06:06:55.7041348Z git version 2.34.1
2026-06-06T06:06:55.7069353Z ##[endgroup]
2026-06-06T06:06:55.7083257Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e3b34b7a-75cf-4f34-b893-3c251dc9506c/.gitconfig'
2026-06-06T06:06:55.7107685Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e3b34b7a-75cf-4f34-b893-3c251dc9506c' before making global git config changes
2026-06-06T06:06:55.7109003Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:06:55.7115244Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:06:55.7158421Z ##[group]Initializing the repository
2026-06-06T06:06:55.7164686Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:06:55.7207720Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:06:55.7208805Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:06:55.7217805Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:06:55.7218681Z hint: 
2026-06-06T06:06:55.7219134Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:06:55.7219760Z hint: 
2026-06-06T06:06:55.7220279Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:06:55.7221126Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:06:55.7221794Z hint: 
2026-06-06T06:06:55.7222158Z hint: 	git branch -m <name>
2026-06-06T06:06:55.7222981Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:06:55.7233621Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:06:55.7277139Z ##[endgroup]
2026-06-06T06:06:55.7277868Z ##[group]Disabling automatic garbage collection
2026-06-06T06:06:55.7284075Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:06:55.7323393Z ##[endgroup]
2026-06-06T06:06:55.7323974Z ##[group]Setting up auth
2026-06-06T06:06:55.7334804Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:06:55.7376658Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:06:55.7615500Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:06:55.7655479Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:06:55.7900040Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:06:55.7942966Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:06:55.8189974Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:06:55.8249780Z ##[endgroup]
2026-06-06T06:06:55.8250441Z ##[group]Determining the default branch
2026-06-06T06:06:55.8255240Z Retrieving the default branch name
2026-06-06T06:06:56.2887038Z Default branch 'main'
2026-06-06T06:06:56.2887990Z ##[endgroup]
2026-06-06T06:06:56.2888774Z ##[group]Fetching the repository
2026-06-06T06:06:56.2898853Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-06T06:06:57.1385552Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:06:57.1386232Z  * [new branch]      main       -> origin/main
2026-06-06T06:06:57.1411190Z ##[endgroup]
2026-06-06T06:06:57.1411868Z ##[group]Determining the checkout info
2026-06-06T06:06:57.1414174Z ##[endgroup]
2026-06-06T06:06:57.1420689Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:06:57.2651372Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:06:57.3421122Z ##[group]Checking out the ref
2026-06-06T06:06:57.3427876Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:06:57.4761168Z Switched to a new branch 'main'
2026-06-06T06:06:57.4762160Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:06:57.4775433Z ##[endgroup]
2026-06-06T06:06:57.4822759Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:06:57.4859496Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-06T06:06:57.5030513Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-06T06:06:57.5031409Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-06T06:06:57.5052304Z shell: /usr/bin/bash -e {0}
2026-06-06T06:06:57.5052740Z ##[endgroup]
2026-06-06T06:06:57.5648418Z     Updating crates.io index
2026-06-06T06:06:58.3666778Z      Locking 11 packages to latest compatible versions
2026-06-06T06:06:58.4588112Z    Compiling serde_core v1.0.228
2026-06-06T06:06:58.4588684Z    Compiling zmij v1.0.21
2026-06-06T06:06:58.4589105Z    Compiling serde_json v1.0.150
2026-06-06T06:06:58.4589632Z    Compiling memchr v2.8.1
2026-06-06T06:06:58.5833145Z    Compiling itoa v1.0.18
2026-06-06T06:07:02.3100728Z    Compiling spt-shell-notify v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-06T06:07:02.5879996Z     Finished `dev` profile [unoptimized] target(s) in 5.06s
2026-06-06T06:07:02.6098925Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-06T06:07:02.6100151Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-06T06:07:02.6118825Z shell: /usr/bin/bash -e {0}
2026-06-06T06:07:02.6119282Z env:
2026-06-06T06:07:02.6120353Z   SPT_NOTIFY_SHELL_BIN: /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-06T06:07:02.6121161Z ##[endgroup]
2026-06-06T06:07:03.0741055Z     Finished `test` profile [unoptimized] target(s) in 0.44s
2026-06-06T06:07:03.0977540Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-1f0d3bc41bfa7fb3)
2026-06-06T06:07:03.0994640Z 
2026-06-06T06:07:03.0994990Z running 1 test
2026-06-06T06:07:05.4088242Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-06T06:07:05.4088759Z 
2026-06-06T06:07:05.4089742Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.31s
2026-06-06T06:07:05.4090293Z 
2026-06-06T06:07:05.4245371Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-06T06:07:05.4246144Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-06T06:07:05.4265501Z shell: /usr/bin/bash -e {0}
2026-06-06T06:07:05.4265893Z env:
2026-06-06T06:07:05.4266181Z   SPT_INSTALL_E2E: 1
2026-06-06T06:07:05.4266506Z ##[endgroup]
2026-06-06T06:07:05.7930662Z     Finished `test` profile [unoptimized] target(s) in 0.35s
2026-06-06T06:07:05.8140450Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-3957cb170d493c06)
2026-06-06T06:07:05.8159371Z 
2026-06-06T06:07:05.8159748Z running 1 test
2026-06-06T06:07:14.6080914Z test install_script_against_staged_release ... ok
2026-06-06T06:07:14.6081340Z 
2026-06-06T06:07:14.6081753Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.79s
2026-06-06T06:07:14.6082294Z 
2026-06-06T06:07:14.6225068Z ##[group]Run cargo run -p xtask -- check
2026-06-06T06:07:14.6225670Z [36;1mcargo run -p xtask -- check[0m
2026-06-06T06:07:14.6245112Z shell: /usr/bin/bash -e {0}
2026-06-06T06:07:14.6245533Z ##[endgroup]
2026-06-06T06:07:14.9759710Z    Compiling bitflags v2.12.1
2026-06-06T06:07:14.9841219Z    Compiling fastrand v2.4.1
2026-06-06T06:07:15.1095169Z    Compiling rusqlite v0.32.1
2026-06-06T06:07:15.1124273Z    Compiling netlink-packet-route v0.29.0
2026-06-06T06:07:15.1611879Z    Compiling netlink-packet-route v0.30.0
2026-06-06T06:07:15.2150163Z    Compiling futures-lite v2.6.1
2026-06-06T06:07:16.5134571Z    Compiling n0-future v0.3.2
2026-06-06T06:07:16.6200392Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-06T06:07:17.0110708Z    Compiling n0-watcher v0.6.1
2026-06-06T06:07:17.2890777Z    Compiling simple-dns v0.9.3
2026-06-06T06:07:19.8271192Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-06T06:07:20.4380413Z    Compiling tower-http v0.6.11
2026-06-06T06:07:21.0650831Z    Compiling reqwest v0.13.4
2026-06-06T06:07:22.7600413Z    Compiling iroh-dns v0.98.0
2026-06-06T06:07:23.2948932Z    Compiling netdev v0.42.0
2026-06-06T06:07:24.4790652Z    Compiling netwatch v0.16.0
2026-06-06T06:07:25.7565522Z    Compiling backon v1.6.0
2026-06-06T06:07:26.3036297Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T06:07:26.3580855Z    Compiling portmapper v0.16.0
2026-06-06T06:07:27.2190591Z    Compiling iroh-relay v0.98.0
2026-06-06T06:07:28.0672396Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T06:07:29.7341008Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T06:07:32.5044014Z    Compiling iroh v0.98.2
2026-06-06T06:07:44.4966054Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:07:46.7597102Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:07:53.5804644Z    Compiling xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-06T06:07:54.6584782Z     Finished `dev` profile [unoptimized] target(s) in 40.01s
2026-06-06T06:07:54.7701534Z      Running `target/debug/xtask check`
2026-06-06T06:08:44.1452974Z xtask check: OK
2026-06-06T06:08:44.1696825Z Post job cleanup.
2026-06-06T06:08:44.2916183Z [command]/usr/bin/git version
2026-06-06T06:08:44.2971268Z git version 2.34.1
2026-06-06T06:08:44.3017502Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/77ffb9c4-5ef1-426d-bc16-5cbce77d8da8/.gitconfig'
2026-06-06T06:08:44.3041974Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/77ffb9c4-5ef1-426d-bc16-5cbce77d8da8' before making global git config changes
2026-06-06T06:08:44.3043432Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:44.3050166Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:08:44.3369347Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:44.3415670Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:08:44.3690933Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:44.3724244Z http.https://github.com/.extraheader
2026-06-06T06:08:44.3741427Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:08:44.3790578Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:08:44.4075072Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:44.4121788Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:44.4601423Z Post job cleanup.
2026-06-06T06:08:44.5863278Z [command]/usr/bin/git version
2026-06-06T06:08:44.5916674Z git version 2.34.1
2026-06-06T06:08:44.5964679Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/9e21c4c2-86ee-4fbd-ba42-25f35827c4c3/.gitconfig'
2026-06-06T06:08:44.5989348Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/9e21c4c2-86ee-4fbd-ba42-25f35827c4c3' before making global git config changes
2026-06-06T06:08:44.5990833Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:44.5997672Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:08:44.6046599Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:44.6092728Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:08:44.6345804Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:44.6375030Z http.https://github.com/.extraheader
2026-06-06T06:08:44.6388847Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:08:44.6434005Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:08:44.6697915Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:44.6743190Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:44.7227356Z Cleaning up orphan processes
